eaapi/setup.py

7 lines
85 B
Python

from distutils.core import setup
setup(
name="eaapi",
packages=["eaapi"],
)