pyproject.toml
567 Bytes
[build-system]
requires = ['setuptools >= 64']
[project]
name = 'cirebon-kota-web-service'
version = '0.1'
dependencies = [
'requests',
]
requires-python = '>= 3.9'
authors = [
{name='Owo Sugiana', email='sugiana@gmail.com'},
]
description = 'Web service client Kota Cirebon'
readme = 'README.rst'
license = {text='PostgreSQL License'}
classifiers = [
'Programming Language :: Python :: 3',
'Operating System :: OS Independent',
]
[project.scripts]
cirebon_kota_payment_report = 'cirebon_kota_payment_report.scripts.payment_report:main'