27 lines
663 B
INI
27 lines
663 B
INI
[metadata]
|
|
name = pydatastorage
|
|
version = attr: pydatastorage.__version__
|
|
description = A python data storage backend library.
|
|
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 =
|
|
psutil
|
|
pydantic
|
|
pydantic_uuid_model@git+https://git.chaosbit.de/bit/pydanticuuidmodel.git
|
|
python-magic
|
|
requests
|
|
package_dir=
|
|
=src
|
|
packages=find:
|
|
|
|
[options.packages.find]
|
|
where=src
|