Skip to content

Commit

Permalink
fixed for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanhaghighat committed Feb 6, 2021
1 parent 8bcc9a3 commit b1a9d9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sciann/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
__credits__ = []
__url__ = "http://github.com/sciann/sciann]"
__license__ = "MIT"
__version__ = "0.6.0.1"
__version__ = "0.6.0.3"
__cite__ = \
'@article{haghighat2021sciann, \n' +\
' title={SciANN: A Keras/TensorFlow wrapper for scientific computations and physics-informed deep learning using artificial neural networks}, \n' +\
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='SciANN',
version='0.6.0.1',
version='0.6.0.3',
description='A Keras/Tensorflow wrapper for scientific computations and physics-informed deep learning using artificial neural networks.',
long_description=long_description,
author='Ehsan Haghighat',
Expand Down Expand Up @@ -60,5 +60,6 @@
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules'
],
packages=find_packages()
packages=find_packages(),
include_package_data=True
)

0 comments on commit b1a9d9d

Please sign in to comment.