summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@users.noreply.github.com>2018-07-14 16:29:39 -0500
committerGitHub <noreply@github.com>2018-07-14 16:29:39 -0500
commit37eb3334867eb089a8280b0d6d0ac70e014b7f57 (patch)
treedd11b48a9437e388692759370617da6ac9084ef1
parenta57132ff0e174abad6cd75eb4a3a0b01a5fc99fa (diff)
parent1d6c521a4120d252d6f3b08b2422fed44c60fffa (diff)
downloadpyparsing-git-37eb3334867eb089a8280b0d6d0ac70e014b7f57.tar.gz
Merge branch 'master' into wheel
-rw-r--r--setup.cfg3
-rw-r--r--setup.py2
2 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 14536a5..69f5d9f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
[bdist_wheel]
universal = 1
+
+[metadata]
+license_file = LICENSE
diff --git a/setup.py b/setup.py
index dbe2743..99d1132 100644
--- a/setup.py
+++ b/setup.py
@@ -33,11 +33,13 @@ setup(# Distribution meta-data
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
]
)