summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-12-04 12:05:33 +0100
committerIlya Etingof <etingof@gmail.com>2016-12-04 12:05:33 +0100
commita8d8a4ba0251c4c568bf9d1997b50ca0633f96a6 (patch)
treebcd0f4c2ac95c1b551c6383eeb4d895342f00748 /setup.py
parent546fa159396b0912b8ac9ed7fa2c941374d5ed83 (diff)
downloadpyasn1-git-a8d8a4ba0251c4c568bf9d1997b50ca0633f96a6.tar.gz
updated projhect url
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index ef62630..e1f1d8f 100644
--- a/setup.py
+++ b/setup.py
@@ -65,10 +65,10 @@ params.update({
'version': open(os.path.join('pyasn1', '__init__.py')).read().split('\'')[1],
'description': 'ASN.1 types and codecs',
'long_description': 'Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)',
- 'maintainer': 'Ilya Etingof <ilya@glas.net>',
+ 'maintainer': 'Ilya Etingof <etingof@gmail.com>',
'author': 'Ilya Etingof',
- 'author_email': 'ilya@glas.net',
- 'url': 'http://sourceforge.net/projects/pyasn1/',
+ 'author_email': 'etingof@gmail.com',
+ 'url': 'https://github.com/etingof/pyasn1',
'platforms': ['any'],
'classifiers': [x for x in classifiers.split('\n') if x],
'license': 'BSD',