cosmetic fixes for moving into new repo
diff --git a/setup.py b/setup.py
index cf3ca61..1358017 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
name='pycparser',
description='C parser in Python',
long_description="""
- pycparser is a complete parser of the C language, written in
+ pycparser is a complete parser of the C language, written in
pure Python using the PLY parsing library.
It parses C code into an AST and can serve as a front-end for
C compilers or analysis tools.
@@ -17,13 +17,13 @@
author='Eli Bendersky',
maintainer='Eli Bendersky',
author_email='eliben@gmail.com',
- url='https://bitbucket.org/eliben/pycparser',
+ url='https://github.com/eliben/pycparser',
platforms='Cross Platform',
classifiers = [
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 3',],
+ 'Programming Language :: Python :: 3',],
packages=['pycparser', 'pycparser.ply'],
package_data={'pycparser': ['*.cfg']},
)
-
+