mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
2d3e87d101
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.
18 lines
401 B
Plaintext
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
|