6 lines
79 B
Python
6 lines
79 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="agtest",
|
|
version="0.1.0",
|
|
)
|