MIAnex_PY/setup.py

9 lines
130 B
Python

from setuptools import setup
setup(
name="mia",
description="bla", # Get from init
version="0", # Get from init
)