Dolda2000 GitWeb
/
automanga.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daf3028
)
Use setuptools instead of distutils for setup.py.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 27 Jun 2023 14:32:00 +0000
(16:32 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 27 Jun 2023 14:32:00 +0000
(16:32 +0200)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index
65463f5
..
892a35d
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-1,6
+1,6
@@
#!/usr/bin/python3
-from
distutils.core
import setup
+from
setuptools
import setup
setup(name = "automanga",
version = "1",