Browse Source

Include distribute_setup.py in the MANIFEST to ship it in sdists.

Gabriel Grant 13 years ago
parent
commit
91f3366214
1 changed files with 2 additions and 2 deletions
  1. 2 2
      MANIFEST.in

+ 2 - 2
MANIFEST.in

@@ -1,5 +1,5 @@
-include setup.py README.rst MANIFEST.in LICENSE
+include setup.py README.rst MANIFEST.in LICENSE distribute_setup.py
 recursive-include sentry/templates *
 recursive-include sentry/static *
 recursive-include sentry/plugins/*/templates *
-global-exclude *~
+global-exclude *~