From f170a1dbc1dc1e3509d8b9c0f8c3a0a1990cf8b4 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Tue, 1 May 2018 19:49:22 -0400 Subject: [PATCH] Package the license file Ensure the license file is packaged in `sdist`s, `whl`s, and other package formats. --- MANIFEST.in | 1 + setup.cfg | 3 +++ 2 files changed, 4 insertions(+) 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