v.licheni.net
/
stack
/
code
/
dboxswitch.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
version
[stack/code/dboxswitch.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
f2d5386
..
27f47db
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-4,21
+4,21
@@
from setuptools import setup
setup(
name='dboxswitch',
setup(
name='dboxswitch',
- version='0.9',
+ version='0.9
.1
',
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",
-
],
+ ],
},
)
},
)