diff options
author | Paul McGuire <ptmcg@users.noreply.github.com> | 2018-07-14 16:29:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-14 16:29:39 -0500 |
commit | 37eb3334867eb089a8280b0d6d0ac70e014b7f57 (patch) | |
tree | dd11b48a9437e388692759370617da6ac9084ef1 | |
parent | a57132ff0e174abad6cd75eb4a3a0b01a5fc99fa (diff) | |
parent | 1d6c521a4120d252d6f3b08b2422fed44c60fffa (diff) | |
download | pyparsing-git-37eb3334867eb089a8280b0d6d0ac70e014b7f57.tar.gz |
Merge branch 'master' into wheel
-rw-r--r-- | setup.cfg | 3 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -1,2 +1,5 @@ [bdist_wheel]
universal = 1
+
+[metadata]
+license_file = LICENSE
@@ -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',
]
)
|