-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (33 loc) · 987 Bytes
/
Copy pathsetup.cfg
File metadata and controls
36 lines (33 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[metadata]
name = aiverify-cli
version = 0.1.0
description = Verify AI-generated code before you commit — 3 seconds, zero config
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/FMATheNomad/aiverify
author = FMA Software Labs
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Software Development :: Quality Assurance
Topic :: Software Development :: Testing
[options]
packages = find:
install_requires =
typer>=0.12
rich>=13.0
tree-sitter>=0.23
tree-sitter-python>=0.23
tree-sitter-javascript>=0.23
python_requires = >=3.11
[options.entry_points]
console_scripts =
aiverify = aiverify.cli:main
[options.packages.find]
include = aiverify*