changeset 3073:daed12db819d

install (setup): added Python 3.8 classifier
author Goffi <goffi@goffi.org>
date Fri, 15 Nov 2019 17:55:39 +0100
parents f6f716d90ce4
children c2625920e05a
files setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Nov 15 17:55:14 2019 +0100
+++ b/setup.py	Fri Nov 15 17:55:39 2019 +0100
@@ -1,8 +1,7 @@
 #!/usr/bin/env python3
-# -*- coding: utf-8 -*-
 
 # SAT: an XMPP client
-# Copyright (C) 2009-2016  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009-2019  Jérôme Poisson (goffi@goffi.org)
 # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org)
 
 # This program is free software: you can redistribute it and/or modify
@@ -90,6 +89,7 @@
     classifiers=[
         "Programming Language :: Python :: 3 :: Only",
         "Programming Language :: Python :: 3.7",
+        "Programming Language :: Python :: 3.8",
         "Development Status :: 5 - Production/Stable",
         "Environment :: Console",
         "Framework :: Twisted",