##// END OF EJS Templates
Version updated
Marcin Kasperski -
r29:75602741 0.3.0 default
parent child Browse files
Show More
@@ -7,7 +7,7 b' except ImportError:'
7
7
8 setup(
8 setup(
9 name = "mercurial_keyring",
9 name = "mercurial_keyring",
10 version = '0.1.0',
10 version = '0.3.0',
11 author = 'Marcin Kasperski',
11 author = 'Marcin Kasperski',
12 author_email = 'Marcin.Kasperski@mekk.waw.pl',
12 author_email = 'Marcin.Kasperski@mekk.waw.pl',
13 url = 'http://mekk.waw.pl',
13 url = 'http://mekk.waw.pl',
@@ -26,7 +26,6 b' setup('
26 'Topic :: Software Development :: Libraries :: Python Modules',
26 'Topic :: Software Development :: Libraries :: Python Modules',
27 'Topic :: Software Development :: Version Control'
27 'Topic :: Software Development :: Version Control'
28 ],
28 ],
29
30 install_requires = ['keyring'],
29 install_requires = ['keyring'],
31 zip_safe = True,
30 zip_safe = True,
32 )
31 )
General Comments 0
You need to be logged in to leave comments. Login now