Skip to content

Commit

Permalink
Merge pull request #3 from fiaas/publishing
Browse files Browse the repository at this point in the history
Add the get_github_release script to entry-points so it can be used
  • Loading branch information
mortenlj authored Jan 5, 2018
2 parents a4453cf + 5c21779 commit a5a692e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def main():
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
Expand All @@ -90,7 +89,8 @@ def main():
# Entrypoints
entry_points={
"console_scripts": [
"publish= publish:main"
"publish=publish:main",
"get_github_release=get_github_release:main"
]
}

Expand Down

0 comments on commit a5a692e

Please sign in to comment.