Merge pull request #448 from kgriffs/packaging

Packaging
This commit is contained in:
Kurt Griffiths
2015-02-13 15:42:37 -06:00
4 changed files with 13 additions and 1 deletions

10
MANIFEST.in Normal file
View File

@@ -0,0 +1,10 @@
recursive-include tests *.py
recursive-include doc *.rst
include .coveragerc
include tox.ini
include README.md
include doc/conf.py doc/Makefile
graft doc/_static
graft doc/_themes
graft doc/_templates
graft tools

View File

@@ -80,6 +80,7 @@ $ pip install cython falcon
### Test ###
```bash
$ pip install -r tools/test-requires
$ pip install nose && nosetests
```

View File

@@ -99,6 +99,7 @@ Test
.. code:: bash
$ pip install -r tools/test-requires
$ pip install nose && nosetests
To test across all supported Python versions:

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
#python setup.py bdist_egg upload
python setup.py sdist upload
python setup.py sdist --formats=gztar,zip upload
# python setup.py bdist_wheel upload