generated from daniil-berg/boilerplate-py
Add keywords and classifiers
This commit is contained in:
parent
9a36634fb6
commit
a613c3edcd
@ -6,15 +6,18 @@ author_email = mail@daniil.fajnberg.de
|
|||||||
description = Convert SQLAlchemy models to Pydantic models
|
description = Convert SQLAlchemy models to Pydantic models
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
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 =
|
project_urls =
|
||||||
Bug Tracker = https://git.fajnberg.de/daniil/orm2pydantic/issues
|
Bug Tracker = https://github.com/daniil-berg/orm2pydantic/issues
|
||||||
classifiers =
|
classifiers =
|
||||||
Development Status :: 3 - Alpha
|
Development Status :: 3 - Alpha
|
||||||
|
Intended Audience :: Developers
|
||||||
Operating System :: OS Independent
|
Operating System :: OS Independent
|
||||||
Programming Language :: Python :: 3 :: Only
|
Programming Language :: Python :: 3 :: Only
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
|
Topic :: Database
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
package_dir =
|
package_dir =
|
||||||
|
Loading…
Reference in New Issue
Block a user