File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 ' + \
Original file line number Diff line number Diff line change 1515
1616setup (
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' ,
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)
You can’t perform that action at this time.
0 commit comments