X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=8d8fec776b2cef3d51fb2664ca00499572866b0a;hp=b94b18a98cd6345364d092e37abace26e82eb05b;hb=a39056dedda364b4b370cc8d54477c8407e84c14;hpb=7b437d1b4d01a77ad293a3ea6607dedb48a7c4f1 diff --git a/setup.py b/setup.py index b94b18a..8d8fec7 100755 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ], packages=['sqlconvert'], scripts=['scripts/mysql2sql'],