1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00
pypiserver/MANIFEST.in

16 lines
352 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
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