From 1a4e2fc01976a9f0a0b56085a0d8525debdf338c Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 3 Mar 2018 12:47:45 -0500 Subject: [PATCH] Add Python 3.7 to trove classifiers. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee5fd50..0b33d42 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2012-2016 Ben Kurtovic +# Copyright (C) 2012-2018 Ben Kurtovic # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -107,6 +107,7 @@ setup( "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", "Topic :: Text Processing :: Markup" ], )