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