diff --git a/MANIFEST.in b/MANIFEST.in index ff15d0c..5e6c614 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include pigar/.db.sqlite3 include README.rst +include LICENSE include makefile include pigar/tests/fake_simple_html.txt include pigar/tests/fake_top_level.txt diff --git a/setup.cfg b/setup.cfg index 65f7b36..20505ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,6 @@ +[metadata] +license_file = LICENSE + [global] verbose=0