1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00
pypiserver/MANIFEST.in
Ralf Schmitt 2d3e87d101 add code which searches for updates on pypi.python.org
this uses the xmlrpc interface on pypi.python.org in order to find
updates. It depends on setuptools or distribute to be installed and
uses pip to download updates.
2011-10-25 02:33:40 +02:00

18 lines
401 B
Plaintext

include .gitignore
include MANIFEST.in
include README.rst
include conftest.py
include gen-standalone.py
include pypi-server
include pypi-server-in.py
include pypiserver/__init__.py
include pypiserver/__main__.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_main.py
include tox.ini