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

23 lines
538 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
2013-02-14 23:14:42 +01:00
include bootstrap.py
include buildout.cfg
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
2012-04-08 00:32:20 +02:00
include pypiserver/_app.py
include pypiserver/welcome.html
2011-07-29 02:02:28 +02:00
include pypiserver/bottle.py
include pypiserver/core.py
include pypiserver/manage.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
include tests/test_core.py
2011-08-30 02:36:25 +02:00
include tests/test_main.py
2012-12-28 01:48:18 +01:00
include tests/test_manage.py
2011-08-30 02:37:25 +02:00
include tox.ini