1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00
pypiserver/MANIFEST.in
Ralf Schmitt 6989d316c5 use webtest instead of twill
webtest works with python 3.

we now also get rid of paste and pastedeploy and use
bottle.Bottle.mount instead.
2012-12-02 01:17:55 +01:00

23 lines
585 B
Plaintext

include .gitignore
include MANIFEST.in
include README.rst
include gen-standalone.py
include pypi-server
include pypi-server-in.py
include pypiserver/__init__.py
include pypiserver/__main__.py
include pypiserver/_app.py
include pypiserver/bottle.py
include pypiserver/core.py
include pypiserver/manage.py
include scripts/opensuse/pypiserver
include scripts/opensuse/pypiserver.init
include scripts/ubuntu/pypiserver
include scripts/ubuntu/pypiserver.init
include setup.cfg
include setup.py
include tests/test_app.py
include tests/test_core.py
include tests/test_main.py
include tox.ini