9 Commits

Author SHA1 Message Date
Thomas Waldmann
a827f338d5 improve manifest / package data management, fixes #373
setuptools-scm manages the MANIFEST automatically considering all
committed files, we only need to define exceptions from that rule.

setup.py: remove package_data, not needed if we use:
- include_package_data=True
- exclude_package_data (if needed)
2019-04-08 22:24:51 +02:00
Thomas Waldmann
39eb5e992e support and require django 1.7 (and related changes)
drop python 2.6 (not supported by django any more)
switch from django-registration (dead and broken) to django-registration-redux, fix issue #116
remove south dependency (and south migrations)
create new initial migration with django's builtin migrations
update docs
2014-10-21 05:06:44 +02:00
Thomas Waldmann
6800ecadeb setup.py / MANIFEST.in: add translations and login templates 2014-08-28 00:11:07 +02:00
Thomas Waldmann
c88e2e28cf add some toplevel dir files to MANIFEST.in
we include the tests in the pypi package, so we should include conftest.py also

include the patch for for django-registration needed to run it with django 1.6
2013-12-24 20:54:27 +01:00
Thomas Waldmann
b4ae7110c9 add changelog to MANIFEST.in 2013-11-10 14:29:35 +01:00
Bastian Blank
570dc4f94a Properly specify package data 2013-10-18 00:03:04 +02:00
Bastian Blank
d2eab62ac4 Move all stuff into own top-level package 2013-10-17 23:59:07 +02:00
Thomas Waldmann
9c41b1eb24 misc. setup.* related changes / enhancements 2013-09-28 18:49:31 +02:00
Thomas Waldmann
38dac5e390 add MANIFEST.in setup.py 2013-09-28 09:16:17 +02:00