summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-03-18 21:44:28 +0100
committerMatěj Cepl <mcepl@redhat.com>2013-03-18 22:20:26 +0100
commitd147ac258b02dd929865ca85607763766b8dc714 (patch)
tree27eb5783d859a9713aee7681f78bb083ef537322 /MANIFEST.in
parent43812022adc51ea269f7bfd68c1d66e9d307d367 (diff)
downloadappdirs-d147ac258b02dd929865ca85607763766b8dc714.tar.gz
Radical simplification ...
Don’t use third part modules when you don’t have to. This library uses setup like for thousands line program (including own test harness), but doesn't contain almost anything. I think radical simplification would be helpful. Fixes #15 Fixes #10
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 06e64a1..894efd6 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
include README.rst
include CHANGES.rst
include LICENSE.txt
-recursive-include lib *.py
+include *.py