Skip to content

Commit

Permalink
Fix script path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mtessmer committed Oct 26, 2023
1 parent 4cd94ea commit c5b0240
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, *args, **kwargs):
python_requires='>=3.8',
packages=['chilife'],
package_data={'chilife': ['data/*', 'data/*/*', 'data/*/*/*']},
scripts=['scripts/*'],
scripts=['scripts/update_rotlib.py', 'scripts/oldProteinIC.py'],
license='GNU GPLv3',
license_files=('LICENSE'),
author='Maxx Tessmer',
Expand Down

0 comments on commit c5b0240

Please sign in to comment.