Skip to content

Commit

Permalink
continue to include standard python3 classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Feb 11, 2019
1 parent 08ea9e6 commit 09e23a0
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 @@ -35,6 +35,7 @@ def open_local(paths, mode="r", encoding="utf8"):
packages=setuptools.find_packages(),
entry_points={"console_scripts": ["pprintjson=pprintjson.pprintjson:cli"]},
classifiers=(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 09e23a0

Please sign in to comment.