Skip to content

Commit

Permalink
General: Added spg_formulas.txt to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Somerandomguy10111 committed Feb 6, 2025
1 parent b52e862 commit 9e1a83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ class CustomBuild(build):
py_modules=['xylib'],
cmdclass={'build': CustomBuild},
package_data = {'xrdpattern.crystal.atomic_constants': ['*'],'xrdpattern.crystal.cifs': ['*'],
'xrdpattern.parsing.examples': ['*']}
'xrdpattern.parsing.examples': ['*'], 'xrdpattern.tools': ['*']}
)

0 comments on commit 9e1a83d

Please sign in to comment.