You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
356 B
17 lines
356 B
[metadata]
|
|
name = 'pisco'
|
|
version = '0.0.1'
|
|
description = ''
|
|
author = 'Andy Drop'
|
|
author_email = 'andy@plaindrops.de'
|
|
license = 'MIT/Apache-2.0'
|
|
url = 'https://codeberg.org/dr.ops/pisco'
|
|
|
|
[requires]
|
|
python_version = ['2.7', '3.5', '3.6', 'pypy', 'pypy3']
|
|
|
|
[build-system]
|
|
requires = ['setuptools', 'wheel']
|
|
|
|
[tool.hatch.commands]
|
|
prerelease = 'hatch build'
|
|
|