Skip to content

Commit

Permalink
removed scripts from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Goldsworth committed Jul 26, 2022
1 parent 2e6089e commit bf2f113
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 @@ -8,7 +8,7 @@
author_email='[email protected]',
packages=setuptools.find_packages(),
#py_modules=['general'],
scripts=['scripts/level_script.py', 'scripts/slice_script.py'],
scripts=[],
url='', #'http://pypi.python.org/pypi/PackageName/',
license='LICENSE.txt',
description='A package for calculating PV from MITgcm outputs',
Expand Down

0 comments on commit bf2f113

Please sign in to comment.