commit eae668c56381e2d7722fac2ca12b851794346b31
parent 5d821ae6344c9eb8852d35babb1bbacc200f1efc
Author: Daniel Moch <daniel@danielmoch.com>
Date: Thu, 20 Sep 2018 18:22:51 -0400
Improve trove classifiers
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
@@ -13,7 +13,8 @@ classifiers = ["License :: OSI Approved :: MIT License",
"Environment :: Console",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
- "Programming Language :: Python",
+ "Programming Language :: Python :: 2.7",
+ "Programming Language :: Python :: 3",
"Topic :: Software Development :: Version Control :: Git"]
requires-python=">=2.7"