diff options
author | Louie S <louie@example.com> | 2023-09-16 09:36:14 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-09-16 09:36:14 -0400 |
commit | 604b485fab100785c4def10dc7242e6408e1f1c6 (patch) | |
tree | 916831dbe3e06c5165369e8bd0193753bba3274a /setup.py | |
parent | fe34cdaa6bd0efdc605ae89c96d7075645eaa5fd (diff) |
Create project using setuptools
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..6068493 --- /dev/null +++ b/setup.py @@ -0,0 +1,3 @@ +from setuptools import setup + +setup() |