We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58559cf commit 27198c4Copy full SHA for 27198c4
setup.py
@@ -6,10 +6,10 @@
6
version="0.0+dev",
7
author="whitequark",
8
author_email="whitequark@whitequark.org",
9
- url="https://github.com/whitequark/parser",
+ url="https://m-labs.github.io/pyparser",
10
description="A Python parser intended for use in tooling",
11
long_description=open("README.rst").read(),
12
- license="MIT",
+ license="BSD",
13
install_requires=[],
14
extras_require={},
15
dependency_links=[],
0 commit comments