Skip to content

Commit 765f27a

Browse files
committed
[DOP-25348] Fix README
1 parent f994c5c commit 765f27a

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
Data.SyncMaster
44
===============
55

6-
|Repo Status| |PyPI| |PyPI License| |PyPI Python Version| |Docker image| |Documentation|
7-
|Build Status| |Coverage| |pre-commit.ci|
6+
|Repo Status| |Docker image| |PyPI| |PyPI License| |PyPI Python Version| |Documentation|
7+
|Build Status| |Coverage| |pre-commit.ci|
88

99
.. |Repo Status| image:: https://www.repostatus.org/badges/latest/wip.svg
1010
:target: https://www.repostatus.org/#wip
11+
.. |Docker image| image:: https://img.shields.io/docker/v/mtsrus/syncmaster-server?sort=semver&label=docker
12+
:target: https://hub.docker.com/r/mtsrus/syncmaster-server
1113
.. |PyPI| image:: https://img.shields.io/pypi/v/data-syncmaster
1214
:target: https://pypi.org/project/data-syncmaster/
1315
.. |PyPI License| image:: https://img.shields.io/pypi/l/data-syncmaster.svg
1416
:target: https://github.com/MobileTeleSystems/syncmaster/blob/develop/LICENSE.txt
1517
.. |PyPI Python Version| image:: https://img.shields.io/pypi/pyversions/data-syncmaster.svg
1618
:target: https://badge.fury.io/py/data-syncmaster
17-
.. |Docker image| image:: https://img.shields.io/docker/v/mtsrus/syncmaster-server?sort=semver&label=docker
18-
:target: https://hub.docker.com/r/mtsrus/syncmaster-server
1919
.. |Documentation| image:: https://readthedocs.org/projects/syncmaster/badge/?version=stable
2020
:target: https://syncmaster.readthedocs.io
2121
.. |Build Status| image:: https://github.com/MobileTeleSystems/syncmaster/workflows/Run%20All%20Tests/badge.svg

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,14 @@ classifiers = [
1818
"License :: OSI Approved :: Apache Software License",
1919
"Operating System :: OS Independent",
2020
"Programming Language :: Python :: 3 :: Only",
21-
"Programming Language :: Python :: 3.7",
22-
"Programming Language :: Python :: 3.8",
23-
"Programming Language :: Python :: 3.9",
24-
"Programming Language :: Python :: 3.10",
2521
"Programming Language :: Python :: 3.11",
2622
"Programming Language :: Python :: 3.12",
2723
"Programming Language :: Python :: 3.13",
2824
"Topic :: Software Development :: Libraries",
2925
"Topic :: Software Development :: Libraries :: Python Modules",
3026
"Typing :: Typed",
3127
]
32-
keywords = ["Syncmaster", "REST", "API", "Worker", "Replication"]
28+
keywords = ["Syncmaster", "REST", "API", "Worker", "Spark", "Transfer", "ETL"]
3329

3430
packages = [
3531
{ include = "syncmaster" },

0 commit comments

Comments
 (0)