Skip to content

Commit

Permalink
MANIFEST.in
Browse files Browse the repository at this point in the history
Fixes: #23
  • Loading branch information
praiskup committed Sep 7, 2019
1 parent 08589f2 commit 5de2456
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
15 changes: 15 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
include AUTHORS
include LICENSE
include NEWS
recursive-include examples *.py *.txt *.cfg *.md
recursive-include unittests *.py
include examples/copr/expected-output.1
include examples/old_format/expected-output.1
include examples/raw-description/expected-output.1
include examples/resalloc/expected/man/resalloc-maint.1
include examples/resalloc/expected/man/resalloc.1
include examples/copr/fake-deps/HACK
include examples/copr/fake-deps/copr/README
include examples/raw-description/bin/dg
include examples/resalloc/bin/resalloc
include examples/resalloc/bin/resalloc-maint
2 changes: 1 addition & 1 deletion build_manpages/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.1'
__version__ = '1.2.2'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def get_readme():
maintainer_email='[email protected]',
packages=find_packages(),
scripts=['bin/argparse-manpage'],
data_files=[("", ["LICENSE", "NEWS"])],
description='Build manual page from python\'s ArgumentParser object.',
long_description=get_readme(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 5de2456

Please sign in to comment.