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

Commit

Permalink
📌 feat: add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
divulgacheur committed Jan 13, 2022
1 parent 67de4e5 commit 3cc6275
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env python3

from distutils.core import setup

setup(name='TGV_Maximize',
version='1.0',
description='Python Distribution Utilities',
author='Divulgacheur',
author_email='[email protected]',
)

0 comments on commit 3cc6275

Please sign in to comment.