Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 3cc6275

Browse files
committed
📌 feat: add setup.py
1 parent 67de4e5 commit 3cc6275

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

setup.py

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env python3
2+
3+
from distutils.core import setup
4+
5+
setup(name='TGV_Maximize',
6+
version='1.0',
7+
description='Python Distribution Utilities',
8+
author='Divulgacheur',
9+
author_email='github@theopeltier.me',
10+
)

0 commit comments

Comments
 (0)