##// END OF EJS Templates
Patched version and url
Marcin Kasperski -
r38:b46cf927 0.3.2 default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1
1 version = '0.3.2'
2
2
3 try:
3 try:
4 from setuptools import setup, find_packages
4 from setuptools import setup, find_packages
@@ -11,10 +11,10 b' long_description = open("README.txt").re'
11
11
12 setup(
12 setup(
13 name = "mercurial_keyring",
13 name = "mercurial_keyring",
14 version = '0.3.1',
14 version = version,
15 author = 'Marcin Kasperski',
15 author = 'Marcin Kasperski',
16 author_email = 'Marcin.Kasperski@mekk.waw.pl',
16 author_email = 'Marcin.Kasperski@mekk.waw.pl',
17 url = 'http://mekk.waw.pl',
17 url = 'http://bitbucket.org/Mekk/mercurial_keyring',
18 description = 'Mercurial Keyring Extension',
18 description = 'Mercurial Keyring Extension',
19 long_description = long_description,
19 long_description = long_description,
20 license = 'GPL',
20 license = 'GPL',
General Comments 0
You need to be logged in to leave comments. Login now