agtest/setup.py
2021-10-01 12:50:41 -05:00

6 lines
79 B
Python

from setuptools import setup
setup(
name="agtest",
version="0.1.0",
)