monopython/setup.py

6 lines
82 B
Python

from setuptools import setup
setup(
name='monopython',
version='0.0.1',
)