Skip to content

Commit d7cffdf

Browse files
committed
Updated package_data to correctly include version.txt.
1 parent e50dfe7 commit d7cffdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# Author details
3838
author='Russell Stoneback',
3939
author_email='rstoneba@utdallas.edu',
40-
package_data={'pysatMagVect': ['version.txt'],},
40+
package_data={'pysatMagVect': ['pysatMagVect/version.txt'],},
4141
include_package_data=True,
4242

4343
ext_modules = config.todict()['ext_modules'],

0 commit comments

Comments
 (0)