Skip to content

Commit b1a9d9d

Browse files
fixed for distribution
1 parent 8bcc9a3 commit b1a9d9d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sciann/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
__credits__ = []
3535
__url__ = "http://github.com/sciann/sciann]"
3636
__license__ = "MIT"
37-
__version__ = "0.6.0.1"
37+
__version__ = "0.6.0.3"
3838
__cite__ = \
3939
'@article{haghighat2021sciann, \n' +\
4040
' title={SciANN: A Keras/TensorFlow wrapper for scientific computations and physics-informed deep learning using artificial neural networks}, \n' +\

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='SciANN',
18-
version='0.6.0.1',
18+
version='0.6.0.3',
1919
description='A Keras/Tensorflow wrapper for scientific computations and physics-informed deep learning using artificial neural networks.',
2020
long_description=long_description,
2121
author='Ehsan Haghighat',
@@ -60,5 +60,6 @@
6060
'Topic :: Software Development :: Libraries',
6161
'Topic :: Software Development :: Libraries :: Python Modules'
6262
],
63-
packages=find_packages()
63+
packages=find_packages(),
64+
include_package_data=True
6465
)

0 commit comments

Comments
 (0)