Add package setup

This commit is contained in:
Piotr Gródek
2023-07-26 08:14:36 +02:00
parent a60a58794c
commit 5ea607be58
4 changed files with 67 additions and 14 deletions

5
setup.py Normal file
View File

@ -0,0 +1,5 @@
# for compatibility with legacy tools
# see: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
from setuptools import setup
setup()