summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-09-06 06:14:07 +0900
committerkali <kali@leap.se>2012-09-06 06:14:07 +0900
commit0932d79369fe381c20f4b8f0260a1cd850d979a7 (patch)
tree5fc8f531f54d0f4fe83a2298827e74a03bc296f6 /MANIFEST.in
parentbb5d092b6f57321a12f0d7575e221b0cc68f063d (diff)
parent212f9588e458d5c864134caa8dafbef164631671 (diff)
Merge branch 'feature/fix-setup-deps' into develop
Closes #405 Several fixes on setup.py: It now reads requirements from pkg/requirements.pip Version is extracted from git describe. Added trove_classifiers metadata. Added bootstrap for setuptools.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 3ce64e45..856d95ef 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,4 @@
# ??? not needed from win
-include setup/linux/polkit/*
+include pkg/linux/polkit/*
include docs/*
+include pkg/RELEASE_VERSION