Skip to content

Commit

Permalink
add min_version to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cruse1977 committed Jun 12, 2024
1 parent c3019fb commit 3b62361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ def get_version(rel_path):
packages=find_packages(),
include_package_data=True,
zip_safe=False,
min_version = "4.0.2"
)

0 comments on commit 3b62361

Please sign in to comment.