5 lines
61 B
Python
5 lines
61 B
Python
|
from setuptools import setup
|
||
|
|
||
|
setup(
|
||
|
"python-templates"
|
||
|
)
|