Files
pytest2/setup.py
2020-07-31 15:46:02 -03:00

5 lines
69 B
Python

from setuptools import setup
if __name__ == "__main__":
setup()