20 lines
431 B
INI
20 lines
431 B
INI
[metadata]
|
|
name = mercurymesh
|
|
version = 0.1.0
|
|
description = Privacy-preserving market data federation MVP primitives
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
license = MIT
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
|
|
[options]
|
|
packages = find:
|
|
python_requires = >=3.9
|
|
install_requires =
|
|
pydantic>=1.10,<2
|
|
|
|
[options.packages.find]
|
|
where = .
|