discoursep/setup.py
2021-12-18 14:55:46 -05:00

8 lines
107 B
Python

# -*- coding: utf-8 -*-
"""
See setup.cfg for packaging settings
"""
from setuptools import setup
setup()