Dolda2000 GitWeb
/
pdm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28203f3
)
Give the Python3 package a differentiating name.
0.1
author
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 23 Dec 2011 05:36:23 +0000
(06:36 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 23 Dec 2011 05:36:23 +0000
(06:36 +0100)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index
7a55956
..
06c6df7
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-2,7
+2,7
@@
from distutils.core import setup
-setup(name = "pdm",
+setup(name = "pdm
3
",
version = "0.1",
description = "Python daemon management library",
author = "Fredrik Tolf",