1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00
pypiserver/MANIFEST.in
Ralf Schmitt 69065045bf remove scripts subdirectory
I think lowks has moved on.
2014-01-08 00:13:16 +01:00

22 lines
506 B
Plaintext

include .gitignore
include MANIFEST.in
include README.rst
include bootstrap.py
include buildout.cfg
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 setup.cfg
include setup.py
include tests/test_app.py
include tests/test_core.py
include tests/test_main.py
include tests/test_manage.py
include tox.ini