7 lines
83 B
Python
7 lines
83 B
Python
"""
|
|
See setup.cfg for packaging settings
|
|
"""
|
|
|
|
from setuptools import setup
|
|
setup()
|