Files
deb-python-semantic-version/MANIFEST.in
Raphaël Barrois 54da2367df Fix manifest for missing files (Closes #20).
CREDITS and LICENSE weren't included; kindly spotted by @hguemar.
2015-04-01 01:03:35 +02:00

10 lines
203 B
Plaintext

include CREDITS
include ChangeLog
include LICENSE
include README.rst
include docs/Makefile
recursive-include docs *.py *.rst
include docs/_static/.keep_dir
prune docs/_build
recursive-include tests *.py