23 lines
582 B
INI
23 lines
582 B
INI
[metadata]
|
|
name = pydantic_uuid_model
|
|
version = attr: pydantic_uuid_model.__version__
|
|
description = Add support for deserialization of pydantic child models.
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
classifiers =
|
|
Development Status :: 2 - Pre-Alpha
|
|
Intended Audience :: Science/Research
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
|
|
[options]
|
|
install_requires =
|
|
pydantic==1.9.1
|
|
package_dir=
|
|
=src
|
|
packages=find:
|
|
|
|
[options.packages.find]
|
|
where=src
|