trivial: remove python 2 from classifiers

This commit is contained in:
Frédéric Péters 2022-02-02 08:09:20 +01:00
parent 665471121d
commit ebc841fe36
1 changed files with 1 additions and 2 deletions

View File

@ -71,7 +71,6 @@ setup(name="ldaptools",
classifiers=[
"License :: OSI Approved :: MIT License",
"Topic :: System :: Systems Administration :: Authentication/Directory",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Programming Language :: Python",
],
cmdclass={'sdist': eo_sdist})