Setup files

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2021-08-17 19:57:42 +02:00
parent a830551258
commit 595262920a
5 changed files with 47 additions and 0 deletions

5
setup.py Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env python3
from setuptools import setup
setup()