CjangCjengh
upload project
c5e52c9
raw
history blame contribute delete
96 Bytes
from setuptools import setup
setup(
name="scrl",
version=0.1,
packages=["scrl"]
)