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 May 8, 2024
1 parent 8421a50 commit 2d95f0b
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 @@ -38,4 +38,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 2d95f0b

Please sign in to comment.