File size: 109 Bytes
86f155b
 
 
1
2
3
from setuptools import setup, find_packages

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