7 lines
63 B
Python
7 lines
63 B
Python
#!/usr/bin/env python3
|
|
|
|
from setuptools import setup
|
|
setup()
|
|
|
|
|
#!/usr/bin/env python3
|
|
|
|
from setuptools import setup
|
|
setup()
|
|
|
|
|