agtest/setup.py

8 lines
110 B
Python

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