File size: 97 Bytes
e13cffb
 
 
1
2
3
from setuptools import setup, find_packages
 
setup(name = "library", packages = find_packages())