Skip to content

Commit

Permalink
python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
val-ismaili committed Mar 30, 2023
1 parent e94fbee commit 482ab14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
description="A command line tool for processing osmfs into facility locations.",
packages=find_packages(),
install_requires=required,
python_requires='==3.7',
python_requires='==3.7.*',
entry_points={"console_scripts": ["osmox = osmox.main:osmox"]},
)

0 comments on commit 482ab14

Please sign in to comment.