Skip to content

Commit 5376f23

Browse files
committed
Add more pythons, remove raw html from description
1 parent 9da587d commit 5376f23

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

README.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
.. raw:: html
2-
3-
<p align="center">
4-
<a href="https://uploadcare.com/?ref=github-readme">
5-
<picture>
6-
<source media="(prefers-color-scheme: light)" srcset="https://ucarecdn.com/1b4714cd-53be-447b-bbde-e061f1e5a22f/logosafespacetransparent.svg">
7-
<source media="(prefers-color-scheme: dark)" srcset="https://ucarecdn.com/3b610a0a-780c-4750-a8b4-3bf4a8c90389/logotransparentinverted.svg">
8-
<img width=250 alt="Uploadcare logo" src="https://ucarecdn.com/1b4714cd-53be-447b-bbde-e061f1e5a22f/logosafespacetransparent.svg">
9-
</picture>
10-
</a>
11-
</p>
12-
<p align="center">
13-
<a href="https://uploadcare.com?ref=github-readme">Website</a> •
14-
<a href="https://uploadcare.com/docs/start/quickstart?ref=github-readme">Quick Start</a> •
15-
<a href="https://uploadcare.com/docs?ref=github-readme">Docs</a> •
16-
<a href="https://uploadcare.com/blog?ref=github-readme">Blog</a> •
17-
<a href="https://discord.gg/mKWRgRsVz8?ref=github-readme">Discord</a> •
18-
<a href="https://twitter.com/Uploadcare?ref=github-readme">Twitter</a>
19-
</p>
20-
211
================================
222
MIGRO: Uploadcare Migration Tool
233
================================

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
long_description = open('README.rst', encoding='utf-8').read()
1717

18+
1819
setup(
1920
name='uploadcare-migro',
2021
version=version,
@@ -52,5 +53,7 @@
5253
'Programming Language :: Python :: 3.8',
5354
'Programming Language :: Python :: 3.9',
5455
'Programming Language :: Python :: 3.10',
56+
'Programming Language :: Python :: 3.11',
57+
'Programming Language :: Python :: 3.12',
5558
]
5659
)

0 commit comments

Comments
 (0)