Skip to content

Commit

Permalink
Added config script to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee1 committed Sep 5, 2023
1 parent e8ad3e2 commit 7b9032f
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 @@ -30,7 +30,7 @@
url="https://github.com/NickSwainston/pulsar_spectra.git",
packages=['pulsar_spectra'],
package_data={'pulsar_spectra':['catalogue_papers/*.yaml', 'catalogue_papers/*.db', 'configs/*.yaml', 'configs/*.csv']},
scripts=["scripts/quick_fit.py"],
scripts=["scripts/quick_fit.py", "scripts/build_plotting_config.py"],
python_requires='>=3.7',
install_requires=reqs,
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit 7b9032f

Please sign in to comment.