temporary setup files, will move to pyproject.toml

This commit is contained in:
Joost Agterhoek 2025-03-26 20:00:31 +01:00
parent 9dfa085a58
commit 7385ee9aae
2 changed files with 12 additions and 0 deletions

6
setup.cfg Normal file
View File

@ -0,0 +1,6 @@
[metadata]
name = my_soc_site
version = 0.9
author = Joost Agterhoek
description = Flask project to learn Python and single-page websites
author_email = joostagterhoek@protonmail.com

6
setup.py Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/python3
from setuptools import setup
if __name__ == "__main__":
setup()