Add keywords and classifiers

This commit is contained in:
Daniil Fajnberg 2022-08-06 10:53:21 +02:00
parent 9a36634fb6
commit a613c3edcd
1 changed files with 5 additions and 2 deletions

View File

@ -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 =