44 lines
1.2 KiB
INI
44 lines
1.2 KiB
INI
[metadata]
|
|
name = cqas
|
|
version = attr: cqas.__version__
|
|
author = Arija A.
|
|
author_email = ari@ari.lt
|
|
url = https://git.ari.lt/ari/cqas
|
|
description = Python Code Quality and Security (CQaS) tester
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
keywords = quality, security, maintainability, tooling, ci, cybersec, ast, linter
|
|
license = AGPLv3+
|
|
classifiers =
|
|
Development Status :: 4 - Beta
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
Programming Language :: Python :: 3.12
|
|
Programming Language :: Python :: 3.13
|
|
Topic :: Security
|
|
Typing :: Typed
|
|
|
|
[options]
|
|
packages = find:
|
|
zip_safe = True
|
|
include_package_data = True
|
|
|
|
[options.package_data]
|
|
* = *.typed
|
|
|
|
[options.extras_require]
|
|
colour =
|
|
colorama
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
cqas = cqas.__main__:main
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|