Files
discoursep/setup.py
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
83 B
Python
Raw Normal View History

2021-12-18 14:55:27 -05:00
"""
See setup.cfg for packaging settings
"""
2014-04-04 14:27:33 -07:00
2021-12-18 14:55:27 -05:00
from setuptools import setup
setup()