Skip to content

Commit 54511e6

Browse files
committed
Added rule engine. Compatible with all SQL now
1 parent f65ef26 commit 54511e6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pyproject.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,6 @@ dependencies = [
1717
"matplotlib",
1818
"pyyaml"
1919
]
20-
classifiers = [
21-
"Development Status :: 4 - Beta",
22-
"Intended Audience :: Developers",
23-
"License :: OSI Approved :: MIT License",
24-
"Programming Language :: Python :: 3",
25-
"Programming Language :: Python :: 3.7",
26-
"Programming Language :: Python :: 3.8",
27-
"Programming Language :: Python :: 3.9",
28-
"Programming Language :: Python :: 3.10",
29-
"Topic :: Software Development :: Quality Assurance",
30-
"Operating System :: OS Independent"
31-
]
3220

3321
[project.scripts]
3422
crdb-sql-audit = "crdb_sql_audit.main:main"

0 commit comments

Comments
 (0)