pyproject.toml 1.34 KB
[build-system]
requires = ['setuptools >= 64', 'wheel']
build-backend = 'setuptools.build_meta'
#[tool.setuptools]
#packages = ["opensipkd", "opensipkd.pbb", "opensipkd.pbb.esppt"]

[tool.setuptools.packages.find]
include = ['eispajak']

[tool.mypy]
exclude = ['tmp' , 'build', 'dist', 'eispajak.egg-info', 'docs', 'tests']
show_error_codes = true

#[[tool.mypy.overrides]]
#
#module = [
#]

#warn_unused_ignores = true
#strict = true


[project]
name = 'eis-pajak'
version = '2025.1'
dependencies = [
    'opensipkd-base',
    ]
requires-python = '>= 3.8'

authors = [
    {name='Agus Gustiana', email='aa.gustiana@gmail.com'},
    { email = "opensipkd@gmail.com" },]

maintainers = [
    { name = "Ari", email = "ariagungprasetiyo@gmail.com" },
    { name = "Owo Sugiana", email = "sugiana@gmail.com" }]

description = 'Eksekutif Informasi System Pajak Daerah (EIS-Pajak)'
readme = 'README.md'
license = {text='Apache Software License'}
keywords = ["openSIPKD", "E-SPPT", "PBB", "PAJAK", "DAERAH", "BPHTB", "OPSEN"]
classifiers = [
    #'Development Status :: 4 - Beta",
    'Programming Language :: Python :: 3',
    'Operating System :: OS Independent',
    'Framework :: Pylons',
    'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
]

[project.scripts]
eispajak-init-db = "eispajak.scripts.initializedb:main"
pcpd-ini-db = "eispajak.models.payment:init_db"