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 =