Skip to content

Commit

Permalink
Adds flafld run script, and ensures Flask is installed, for publicati…
Browse files Browse the repository at this point in the history
…on to PyPI
  • Loading branch information
msleigh committed Sep 15, 2020
1 parent 45f9d0a commit 0dcae29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="flafl",
version="0.0.3",
version="0.0.4-alpha",
author="M Sleigh",
author_email="author@example.com",
description="Flask application for listening to Bitbucket webhooks",
Expand All @@ -19,4 +19,6 @@
"Operating System :: OS Independent",
],
python_requires=">=3.6",
scripts=["flafld"],
install_requires=["flask"],
)

0 comments on commit 0dcae29

Please sign in to comment.