monopython/setup.py

6 lines
82 B
Python
Raw Normal View History

2023-10-31 22:34:36 +00:00
from setuptools import setup
setup(
name='monopython',
version='0.0.1',
)