v.licheni.net
/
stack
/
code
/
dboxswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
45988c8
)
fix setup
author
stack
<stack@inventati.org>
Fri, 17 Oct 2014 14:05:59 +0000
(16:05 +0200)
committer
stack
<stack@inventati.org>
Fri, 17 Oct 2014 14:05:59 +0000
(16:05 +0200)
dboxswitch/settings.py
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/dboxswitch/settings.py
b/dboxswitch/settings.py
index
6438107
..
72058e8
100644
(file)
--- a/
dboxswitch/settings.py
+++ b/
dboxswitch/settings.py
@@
-42,7
+42,7
@@
class Settings():
os.path.dirname(path)))
self.appname = "dboxswitch"
os.path.dirname(path)))
self.appname = "dboxswitch"
- self.appversion = "0.
1
"
+ self.appversion = "0.
9
"
if os.path.isdir(os.path.join(__location__,"icons")):
path = os.path.join(__location__,"icons")
else:
if os.path.isdir(os.path.join(__location__,"icons")):
path = os.path.join(__location__,"icons")
else:
diff --git
a/setup.py
b/setup.py
index
f2d5386
..
fe9b91e
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-8,17
+8,17
@@
setup(
description='Create and switch between dropbox profiles easily',
author='stack',
author_email='stack@inventati.org',
description='Create and switch between dropbox profiles easily',
author='stack',
author_email='stack@inventati.org',
- url='http://v.licheni.net/stack/code/dboxswitch',
+ url='http://v.licheni.net/stack/code/dboxswitch
.git
',
packages=['dboxswitch'],
package_data={'dboxswitch': ['icons/*.png']},
license='LICENSE.txt',
packages=['dboxswitch'],
package_data={'dboxswitch': ['icons/*.png']},
license='LICENSE.txt',
- long_description=open('README.
txt
').read(),
+ long_description=open('README.
md
').read(),
install_requires=[
"distribute",
],
entry_points={
"console_scripts": [
"dboxswitch = dboxswitch.__main__:main",
install_requires=[
"distribute",
],
entry_points={
"console_scripts": [
"dboxswitch = dboxswitch.__main__:main",
-
],
+ ],
},
)
},
)