File size: 109 Bytes
11c2c17
 
 
1
2
3
from setuptools import setup, find_packages

setup(name="library", version="1.0.3", packages=find_packages())