Skip to content

Commit 8b48952

Browse files
committed
fixed package data
1 parent a9ffb97 commit 8b48952

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ANSYScdb
1+
pyansys
22
========
33

44
Python module to extract data from ANSYS binary files and to display

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# include_dirs=[numpy.get_include()],
4646

47-
package_data={'ANSYScdb.Tests': ['HexBeam.cdb', 'file.rst']},
47+
package_data={'pyansys.Tests': ['HexBeam.cdb', 'file.rst']},
4848

4949
# Might work with earlier versions (untested)
5050
install_requires=['numpy>1.9.3', 'ANSYScdb>=0.12.1']

0 commit comments

Comments
 (0)