Skip to content

Commit

Permalink
add classifiers and set minimum supported python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Jul 5, 2022
1 parent 427ebee commit c7d7a91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,10 @@ def local_file(filename):
"static/fonts/*.*",
]
},
classifiers=[
"Development Status :: 3 - Alpha",
"Topic :: Software Development :: Libraries",
"Programming Language :: Python",
],
python_requires=">=3.7",
)

0 comments on commit c7d7a91

Please sign in to comment.