Skip to content

Commit a5a692e

Browse files
authoredJan 5, 2018
Merge pull request #3 from fiaas/publishing
Add the get_github_release script to entry-points so it can be used
2 parents a4453cf + 5c21779 commit a5a692e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def main():
7878
"Programming Language :: Python :: 2",
7979
"Programming Language :: Python :: 2.7",
8080
"Programming Language :: Python :: 3",
81-
"Programming Language :: Python :: 3.3",
8281
"Programming Language :: Python :: 3.4",
8382
"Programming Language :: Python :: 3.5",
8483
"Programming Language :: Python :: 3.6",
@@ -90,7 +89,8 @@ def main():
9089
# Entrypoints
9190
entry_points={
9291
"console_scripts": [
93-
"publish= publish:main"
92+
"publish=publish:main",
93+
"get_github_release=get_github_release:main"
9494
]
9595
}
9696

0 commit comments

Comments
 (0)
Please sign in to comment.