Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun authored Jan 20, 2024
1 parent d94fcef commit 711ccca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name = pygeoweaver

[options]
packages = find:
python_requires = >="3.7",<"4"
install_requires =
setuptools >= "60.0"
requests >= "2.28.2"
pydantic >= "1.10.9"
pydantic >= "1.10.9"
ipython >= "8.14.0"
pandas >= "2.0.2"
python_version >= "3.7"
setuptools>=60.0
requests>=2.28.2
pydantic>=1.10.9
pydantic>=1.10.9
ipython>=8.14.0
pandas>=2.0.2

[options.package_data]
pygeoweaver = *.bat
Expand Down

0 comments on commit 711ccca

Please sign in to comment.