diff MANIFEST.in @ 405:c56a728412f1

file organisation + setup refactoring: - `/src` has been renamed to `/sat_pubsub`, this is the recommended naming convention - revamped `setup.py` on the basis of SàT's `setup.py` - added a `VERSION` which is the unique place where version number will now be set - use same trick as in SàT to specify dev version (`D` at the end) - use setuptools_scm to retrieve Mercurial hash when in dev version
author Goffi <goffi@goffi.org>
date Fri, 16 Aug 2019 12:00:02 +0200
parents 86e767dc6abb
children
line wrap: on
line diff
--- a/MANIFEST.in	Wed Jul 24 19:26:43 2019 +0200
+++ b/MANIFEST.in	Fri Aug 16 12:00:02 2019 +0200
@@ -1,5 +1,8 @@
-include INSTALL
-include COPYING
-include CHANGELOG
-include db/*
+include MANIFEST.in sat_pubsub/VERSION
+global-include *.py
+global-include CHANGELOG COPYING* INSTALL README*
+global-include Makefile *.rst *.bat
+graft doc
+graft db
 graft twisted
+global-exclude *.un~