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 47fc3a8 commit 21e1544Copy full SHA for 21e1544
CONTRIBUTING.md
@@ -2,7 +2,7 @@
2
How to contributing to this package.
3
4
## Running tests
5
-Run `make tests`. This checks whether the auto-generated list of classifiers
+Run `make test`. This checks whether the auto-generated list of classifiers
6
matches the input source.
7
8
## Running linting
src/trove_classifiers/__init__.py
@@ -59,6 +59,8 @@
59
"Environment :: X11 Applications :: Gnome",
60
"Environment :: X11 Applications :: KDE",
61
"Environment :: X11 Applications :: Qt",
62
+ "Framework :: AWS CDK",
63
+ "Framework :: AWS CDK :: 1",
64
"Framework :: AiiDA",
65
"Framework :: AsyncIO",
66
"Framework :: BEAT",
0 commit comments