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 c169729 commit 5f080fb
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
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
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 5f080fb

Please sign in to comment.