We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4453cf + 5c21779 commit a5a692eCopy full SHA for a5a692e
setup.py
@@ -78,7 +78,6 @@ def main():
78
"Programming Language :: Python :: 2",
79
"Programming Language :: Python :: 2.7",
80
"Programming Language :: Python :: 3",
81
- "Programming Language :: Python :: 3.3",
82
"Programming Language :: Python :: 3.4",
83
"Programming Language :: Python :: 3.5",
84
"Programming Language :: Python :: 3.6",
@@ -90,7 +89,8 @@ def main():
90
89
# Entrypoints
91
entry_points={
92
"console_scripts": [
93
- "publish= publish:main"
+ "publish=publish:main",
+ "get_github_release=get_github_release:main"
94
]
95
}
96
0 commit comments