eduproj/sm2/setup.py
2021-08-28 00:53:25 -05:00

7 lines
77 B
Python

from setuptools import setup
setup(
name = "sm2",
packages = ["sm2"],
)