%PDF- %PDF-
| Direktori : /proc/self/root/usr/share/doc/python3-pluggy/examples/eggsample-spam/ |
| Current File : //proc/self/root/usr/share/doc/python3-pluggy/examples/eggsample-spam/setup.py |
from setuptools import setup
setup(
name="eggsample-spam",
install_requires="eggsample",
entry_points={"eggsample": ["spam = eggsample_spam"]},
py_modules=["eggsample_spam"],
)