pypiserver/MANIFEST.in

17 lines
372 B
Plaintext
Raw Normal View History

2011-07-29 02:02:28 +02:00
include .gitignore
include MANIFEST.in
2011-07-29 03:14:09 +02:00
include README.rst
2011-10-07 21:21:21 +02:00
include conftest.py
include gen-standalone.py
2011-07-29 02:03:55 +02:00
include pypi-server
include pypi-server-in.py
2011-07-29 02:02:28 +02:00
include pypiserver/__init__.py
include pypiserver/__main__.py
include pypiserver/bottle.py
include pypiserver/core.py
2011-08-01 01:59:23 +02:00
include setup.cfg
2011-07-29 02:03:55 +02:00
include setup.py
2011-08-30 03:38:59 +02:00
include tests/test_app.py
2011-08-30 02:36:25 +02:00
include tests/test_main.py
2011-08-30 02:37:25 +02:00
include tox.ini