Files
zeroshot_topics-nlp/pyproject.toml
2021-11-21 13:03:37 +05:30

18 lines
421 B
TOML

[metadata]
name = 'zeroshot_topics'
version = '0.0.1'
description = 'Topic Inference with Zeroshot models'
author = 'AnjanaRita'
author_email = 'ritaanjana1993@gmail.com'
license = 'MIT/Apache-2.0'
url = 'https://github.com/AnjanaRita/zeroshot_topics'
[requires]
python_version = ['2.7', '3.5', '3.6', 'pypy', 'pypy3']
[build-system]
requires = ['setuptools', 'wheel']
[tool.hatch.commands]
prerelease = 'hatch build'