projects
/
mdis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44823ca
)
setup.py: provide simple setup.py
author
Dmitry Selyutin
<ghostmansd@gmail.com>
Wed, 21 Jun 2023 18:42:46 +0000
(21:42 +0300)
committer
Dmitry Selyutin
<ghostmansd@gmail.com>
Wed, 21 Jun 2023 18:42:46 +0000
(21:42 +0300)
setup.py
[new file with mode: 0644]
patch
|
blob
diff --git a/setup.py
b/setup.py
new file mode 100644
(file)
index 0000000..
7f1a176
--- /dev/null
+++ b/
setup.py
@@ -0,0
+1,4
@@
+from setuptools import setup
+
+if __name__ == "__main__":
+ setup()