Skip to content

Commit 2d3eaa1

Browse files
committed
Fixed pypi classifiers
1 parent c860e5f commit 2d3eaa1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "slapd"
88
version = "0.1.2"
99
description = "Controls a slapd process in a pythonic way"
1010
license = "MIT"
11-
keywords = ["zodb", "orm"]
11+
keywords = ["ldap", "slapd"]
1212
classifiers = [
1313
"Intended Audience :: Developers",
1414
"Programming Language :: Python :: 3.6",
@@ -19,7 +19,6 @@ classifiers = [
1919
"Programming Language :: Python :: Implementation :: CPython",
2020
"License :: OSI Approved :: MIT License",
2121
"Topic :: Software Development :: Libraries :: Python Modules",
22-
"Framework :: ZODB",
2322
]
2423
authors = ["python-ldap team <[email protected]>"]
2524
maintainers = [

0 commit comments

Comments
 (0)