fix setup.py

This commit is contained in:
2022-08-12 09:57:00 +02:00
parent 327bd919b9
commit d07316990e

View File

@@ -18,11 +18,11 @@ setup(name = "pyinotifyd",
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 5",
"Programming Language :: Python :: 3",
"Topic :: Utilities"
],
include_package_data = True,