File size: 96 Bytes
10b912d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from setuptools import setup


setup(
    name="scrl",
    version=0.1,
    packages=["scrl"]
)