10
MANIFEST.in
Normal file
10
MANIFEST.in
Normal 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
|
||||
@@ -80,6 +80,7 @@ $ pip install cython falcon
|
||||
### Test ###
|
||||
|
||||
```bash
|
||||
$ pip install -r tools/test-requires
|
||||
$ pip install nose && nosetests
|
||||
```
|
||||
|
||||
|
||||
@@ -99,6 +99,7 @@ Test
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ pip install -r tools/test-requires
|
||||
$ pip install nose && nosetests
|
||||
|
||||
To test across all supported Python versions:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user