9 lines
83 B
Python
9 lines
83 B
Python
#!/usr/bin/env python3
|
|
|
|
"""Setup script"""
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|
|
|