mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
- `make test` runs tox against Python 2.7/3.3/3.4/3.5 and Django 1.8/1.9. - Building universal wheels with PEP-0496 Environment Markers. - Build wheel from tox environment to ensure consistency. - Consistent layout for setup and requirements files, now using PEP-0409 Environment Markers. - Dropping support for Django 1.7 (didn't work anyway). - Moving repository to https://github.com/django-ddp/django-ddp (new Github organisation). - Update changelog.
5 lines
150 B
Text
5 lines
150 B
Text
# things you need to build from source and distribute a release
|
|
Sphinx==1.3.3
|
|
Sphinx-PyPI-upload==0.2.1
|
|
twine==1.6.4
|
|
sphinxcontrib-dashbuilder==0.1.0
|