agtest/setup.py

7 lines
79 B
Python
Raw Normal View History

2021-10-01 17:33:51 +00:00
from setuptools import setup
setup(
name="agtest",
version="0.1.0",
)