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