diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2020-09-13 08:55:38 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2020-09-13 08:55:38 +0200 |
| commit | d5d4bde3d8d74f451befe36d5f6bf3cefde538eb (patch) | |
| tree | 65b2929abc94a614b1b345cbfbbf3074a7b05ca2 /setup.py | |
| parent | 7c90de66247b59cd59415088445552d63a1044cb (diff) | |
| parent | 27e859cbf8c895263db15c8adeb7ed82ba7f993e (diff) | |
| download | sqlparse-d5d4bde3d8d74f451befe36d5f6bf3cefde538eb.tar.gz | |
Merge branch 'jdufresne-w503'
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -96,6 +96,8 @@ setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Database', 'Topic :: Software Development', ], |
