annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
405
c56a728412f1 file organisation + setup refactoring:
Goffi <goffi@goffi.org>
parents: 264
diff changeset
1 include MANIFEST.in sat_pubsub/VERSION
c56a728412f1 file organisation + setup refactoring:
Goffi <goffi@goffi.org>
parents: 264
diff changeset
2 global-include *.py
c56a728412f1 file organisation + setup refactoring:
Goffi <goffi@goffi.org>
parents: 264
diff changeset
3 global-include CHANGELOG COPYING* INSTALL README*
c56a728412f1 file organisation + setup refactoring:
Goffi <goffi@goffi.org>
parents: 264
diff changeset
4 global-include Makefile *.rst *.bat
c56a728412f1 file organisation + setup refactoring:
Goffi <goffi@goffi.org>
parents: 264
diff changeset
5 graft doc
c56a728412f1 file organisation + setup refactoring:
Goffi <goffi@goffi.org>
parents: 264
diff changeset
6 graft db
189
c61034369463 Released Idavoll 0.7.0.
Ralph Meijer <ralphm@ik.nu>
parents: 155
diff changeset
7 graft twisted
405
c56a728412f1 file organisation + setup refactoring:
Goffi <goffi@goffi.org>
parents: 264
diff changeset
8 global-exclude *.un~