comparison 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
comparison
equal deleted inserted replaced
404:105a0772eedd 405:c56a728412f1
1 include INSTALL 1 include MANIFEST.in sat_pubsub/VERSION
2 include COPYING 2 global-include *.py
3 include CHANGELOG 3 global-include CHANGELOG COPYING* INSTALL README*
4 include db/* 4 global-include Makefile *.rst *.bat
5 graft doc
6 graft db
5 graft twisted 7 graft twisted
8 global-exclude *.un~