7 lines
147 B
Python
7 lines
147 B
Python
|
# This file is intended to be used only by PEP 517 incompatible build frontends
|
||
|
# Metadata are in setup.cfg
|
||
|
|
||
|
from setuptools import setup
|
||
|
|
||
|
setup()
|