Use setuptools

This commit is contained in:
Fuxino
2023-05-04 23:16:15 +02:00
parent a4c4b88193
commit d61ffa199a
5 changed files with 385 additions and 0 deletions

8
setup.py Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python3
"""Setup script"""
from setuptools import setup
setup()