We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65ef26 commit 54511e6Copy full SHA for 54511e6
pyproject.toml
@@ -17,18 +17,6 @@ dependencies = [
17
"matplotlib",
18
"pyyaml"
19
]
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
-]
32
33
[project.scripts]
34
crdb-sql-audit = "crdb_sql_audit.main:main"
0 commit comments