Skip to content

Commit

Permalink
chore: fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Oct 30, 2023
1 parent 35bcb38 commit 6bbcd22
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#: Load version from source file
version = {}
with open('src/nfhl-skid/version.py') as fp:
with open('src/nfhl/version.py') as fp:
exec(fp.read(), version)

setup(
Expand All @@ -38,8 +38,8 @@
},
keywords=['gis'],
install_requires=[
'arcgis==2.0.*',
'ugrc-palletjack==2.2.*',
# 'arcgis==2.1.*',
'ugrc-palletjack==3.*',
'agrc-supervisor==3.0.*',
],
extras_require={
Expand All @@ -60,6 +60,6 @@
'pytest-runner',
],
entry_points={'console_scripts': [
'nfhl-skid = nfhl-skid.main:main',
'nfhl-skid = nfhl.main:main',
]},
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6bbcd22

Please sign in to comment.