X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=6d0632c551ed87b76ce3ffc1967379c98e9ebded;hp=112c2e906f3efda47e63ede1c559bece35a4ba1f;hb=96ec2fdc1e551d98d78ec9bd3aa8ef997063dc4b;hpb=1878992bf0f98d3c419d22eb0c0f153c31f33705 diff --git a/setup.py b/setup.py index 112c2e9..6d0632c 100755 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], packages=['sqlconvert'], scripts=['scripts/mysql2sql'],