Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nkosogor committed May 16, 2024
1 parent 6713a91 commit 5804642
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
from setuptools import setup
from version import get_git_version
#from version import get_git_version

setup(name='dsa110-nsfrb',
#version=get_git_version(),
version="0.1.0",
url='http://github.com/dsa110/dsa110-nsfrb',
python_requires='>3.8',
# requirements=['seaborn', 'astropy', 'hdbscan', 'progress'],
# packages=['nsfrb'],
packages=['nsfrb'],
zip_safe=False)

#get local nsfrb directory
Expand Down

0 comments on commit 5804642

Please sign in to comment.