PlanOpticon
|
1
|
"""Backwards-compatible setup.py — all config lives in pyproject.toml.""" |
|
2
|
|
|
3
|
from setuptools import setup |
|
4
|
|
|
5
|
setup() |
|
6
|
|