Skip to content

Commit

Permalink
Add suppoerted python versions to setup classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakov512 committed Apr 25, 2019
1 parent 97b4a6c commit 5ad8e37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Expand Up @@ -22,4 +22,9 @@ def read(fname):
python_requires=">=3.6",
version="2.0.0",
url="https://github.com/sivakov512/python-markdown-full-yaml-metadata",
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
)

0 comments on commit 5ad8e37

Please sign in to comment.