We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ffb97 commit 8b48952Copy full SHA for 8b48952
README.rst
@@ -1,4 +1,4 @@
1
-ANSYScdb
+pyansys
2
========
3
4
Python module to extract data from ANSYS binary files and to display
setup.py
@@ -44,7 +44,7 @@
44
45
# include_dirs=[numpy.get_include()],
46
47
- package_data={'ANSYScdb.Tests': ['HexBeam.cdb', 'file.rst']},
+ package_data={'pyansys.Tests': ['HexBeam.cdb', 'file.rst']},
48
49
# Might work with earlier versions (untested)
50
install_requires=['numpy>1.9.3', 'ANSYScdb>=0.12.1']
0 commit comments