Skip to content

Commit

Permalink
Python 3: Add Python 3 Only classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Feb 13, 2018
1 parent dab4d94 commit f2943c5
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 @@ -169,4 +169,5 @@ def run(self):
scripts = ["pronsole.py", "pronterface.py", "plater.py", "printcore.py"],
cmdclass = cmdclass,
ext_modules = extensions,
classifiers=["Programming Language :: Python :: 3 :: Only"],
)

0 comments on commit f2943c5

Please sign in to comment.