setup stuff

This commit is contained in:
iuvbio 2021-08-22 19:06:42 +02:00
parent f2b17e78d6
commit 992a4e0f9e
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
from setuptools import setup from setuptools import setup
setup() if __name__ == "__main__":
setup(
# see setup.cfg
)