Files
sphinx/tests/roots/test-pycode-egg/src/setup.py
2019-01-02 21:53:07 +09:00

6 lines
81 B
Python

from setuptools import setup
setup(name='sample',
py_modules=['sample'])