Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jurriandoornbos committed Aug 29, 2023
1 parent 8b23eb4 commit 2e62de4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
packages=setuptools.find_packages(),
package_data={'uavgeo': ['tests/*.py'],
},
python_requires='>=3.9',
install_requires=[
'geopandas>=0.13',
'rioxarray>=0.15'
],
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
Expand All @@ -26,7 +31,5 @@
"Topic :: Software Development :: Pre-processors"

],
python_requires='>=3.9',
install_requires=["geopandas>=0.13", "rioxarray>=0.15"],
test_suite = 'tests',

)

0 comments on commit 2e62de4

Please sign in to comment.