We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9849ad7 commit 96de642Copy full SHA for 96de642
setup.py
@@ -82,7 +82,8 @@ def run(self):
82
'Topic :: Software Development :: Compilers',
83
'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)',
84
'Programming Language :: Python :: 2.7',
85
- 'Programming Language :: Python :: 3.5'],
+ 'Programming Language :: Python :: 3.5',
86
+ 'Programming Language :: Python :: 3.6'],
87
keywords='xtuml bridgepoint',
88
packages=['xtuml', 'bridgepoint'],
89
requires=['ply'],
0 commit comments