mirror of
https://github.com/maxent-ai/zeroshot_topics.git
synced 2022-04-17 03:56:55 +03:00
18 lines
376 B
TOML
18 lines
376 B
TOML
[metadata]
|
|
name = 'zeroshot_topics'
|
|
version = '0.0.1'
|
|
description = ''
|
|
author = 'AnjanaRita'
|
|
author_email = 'ritaanjana1993@gmail.com'
|
|
license = 'MIT/Apache-2.0'
|
|
url = 'https://github.com/_/zeroshot_topics'
|
|
|
|
[requires]
|
|
python_version = ['2.7', '3.5', '3.6', 'pypy', 'pypy3']
|
|
|
|
[build-system]
|
|
requires = ['setuptools', 'wheel']
|
|
|
|
[tool.hatch.commands]
|
|
prerelease = 'hatch build'
|