Skip to content

Commit

Permalink
only python 2.7 support classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
int3l committed Dec 18, 2018
1 parent a52585a commit 25a9d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
]
)

0 comments on commit 25a9d38

Please sign in to comment.