7 lines
110 B
Python
7 lines
110 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="agtest",
|
|
version="0.1.0",
|
|
include_package_data=True,
|
|
)
|