discoursep/setup.py

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

8 lines
107 B
Python
Raw Permalink Normal View History

2021-12-18 14:55:27 -05:00
# -*- coding: utf-8 -*-
"""
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()