Skip to content

Commit

Permalink
Improve releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Sep 27, 2016
1 parent f3e7036 commit ba05d89
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include *.md
include *.rst
include *.txt
include LICENSE
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
tests:
@tox

readme_pip:
@pandoc README.md --from markdown --to rst -o README.rst

publish: tests readme_pip
@python3 setup.py sdist register upload
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name='click-man',
version='0.1.0',
license='MIT',
description='Generate man pages for click based CLI applications',
author='Timo Furrer',
author_email='[email protected]',
install_requires=[
Expand Down

0 comments on commit ba05d89

Please sign in to comment.