Skip to content

Commit

Permalink
adding entry point for flit
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Feb 9, 2018
1 parent 312256e commit a672efe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ Below are parameters you can use to customize the behavior of Gitautopush.

This tools was first thought up by John Lee, then adapted as a Python module
by Chris Holdgraf.

Many thanks to the [Flit packaging tool](http://flit.readthedocs.io/en/latest/)
which is used to build wheels and push to `pip`.
2 changes: 1 addition & 1 deletion gitautopush/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""A command-line tool to automatically sync/push a file to GitHub."""
__version__ = '0.3'
__version__ = '0.3.1'

from .gitautopush import main
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ author-email = "[email protected]"
home-page = "https://predictablynoisy.com/gitautopush"
classifiers = ["License :: OSI Approved :: MIT License"]

[tool.flit.scripts]
gitautopush = "gitautopush.gitautopush:main"

0 comments on commit a672efe

Please sign in to comment.