diff --git a/MANIFEST.in b/MANIFEST.in index d16ffbd..7824073 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ recursive-include ringo_tag/locale *.po *.pot recursive-include ringo_tag *.json *.xml +include LICENSE.txt README.rst + diff --git a/setup.cfg b/setup.cfg index db4af16..5b78232 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,3 +21,7 @@ domain = ringo_tag input_file = ringo_tag/locale/ringo_tag.pot output_dir = ringo_tag/locale previous = true + +[bdist_rpm] +doc_files = LICENSE.txt README.rst +provides = python-ringo-tag