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 c860e5f commit 2d3eaa1Copy full SHA for 2d3eaa1
pyproject.toml
@@ -8,7 +8,7 @@ name = "slapd"
8
version = "0.1.2"
9
description = "Controls a slapd process in a pythonic way"
10
license = "MIT"
11
-keywords = ["zodb", "orm"]
+keywords = ["ldap", "slapd"]
12
classifiers = [
13
"Intended Audience :: Developers",
14
"Programming Language :: Python :: 3.6",
@@ -19,7 +19,6 @@ classifiers = [
19
"Programming Language :: Python :: Implementation :: CPython",
20
"License :: OSI Approved :: MIT License",
21
"Topic :: Software Development :: Libraries :: Python Modules",
22
- "Framework :: ZODB",
23
]
24
authors = ["python-ldap team <python-ldap@python.org>"]
25
maintainers = [
0 commit comments