diff --git a/README.rst b/README.rst index 7ca32cf..3707629 100644 --- a/README.rst +++ b/README.rst @@ -1,23 +1,3 @@ -.. raw:: html - -

- - - - - Uploadcare logo - - -

-

- Website • - Quick Start • - Docs • - Blog • - Discord • - Twitter -

- ================================ MIGRO: Uploadcare Migration Tool ================================ diff --git a/setup.py b/setup.py index 81caa61..f962913 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ long_description = open('README.rst', encoding='utf-8').read() + setup( name='uploadcare-migro', version=version, @@ -52,5 +53,7 @@ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ] )