Skip to content

Commit

Permalink
馃棑 Feb 9, 2022 10:24:59 PM
Browse files Browse the repository at this point in the history
馃挌 build steps added/updated
  • Loading branch information
securisec committed Feb 10, 2022
1 parent a9dc7a7 commit 21901e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def read_requirements():
install_requires=requirements,
classifiers=[
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
# "Programming Language :: Python :: 3.9",
],
python_requires="=3.8",
python_requires=">=3.8",
entry_points={"console_scripts": ["chepy = chepy.__main__:main"]},
)

0 comments on commit 21901e4

Please sign in to comment.