From a613c3edcdb648f3b4982182951e4bad53250204 Mon Sep 17 00:00:00 2001 From: Daniil Fajnberg Date: Sat, 6 Aug 2022 10:53:21 +0200 Subject: [PATCH] Add keywords and classifiers --- setup.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ce03237..0083b4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,15 +6,18 @@ author_email = mail@daniil.fajnberg.de description = Convert SQLAlchemy models to Pydantic models long_description = file: README.md long_description_content_type = text/markdown -url = https://git.fajnberg.de/daniil/orm2pydantic +keywords = pydantic, sql, sqlalchemy, orm, model, schema +url = https://github.com/daniil-berg/orm2pydantic project_urls = - Bug Tracker = https://git.fajnberg.de/daniil/orm2pydantic/issues + Bug Tracker = https://github.com/daniil-berg/orm2pydantic/issues classifiers = Development Status :: 3 - Alpha + Intended Audience :: Developers Operating System :: OS Independent Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Topic :: Database [options] package_dir =