3 lines
97 B
Python
3 lines
97 B
Python
|
from setuptools import setup, find_packages
|
||
|
|
||
|
setup(name = "library", packages = find_packages())
|