comparison setup.py @ 3073:daed12db819d

install (setup): added Python 3.8 classifier
author Goffi <goffi@goffi.org>
date Fri, 15 Nov 2019 17:55:39 +0100
parents 948833e3b542
children ffcdd93b61fa
comparison
equal deleted inserted replaced
3072:f6f716d90ce4 3073:daed12db819d
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*-
3 2
4 # SAT: an XMPP client 3 # SAT: an XMPP client
5 # Copyright (C) 2009-2016 Jérôme Poisson (goffi@goffi.org) 4 # Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org)
6 # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) 5 # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org)
7 6
8 # This program is free software: you can redistribute it and/or modify 7 # This program is free software: you can redistribute it and/or modify
9 # it under the terms of the GNU Affero General Public License as published by 8 # it under the terms of the GNU Affero General Public License as published by
10 # the Free Software Foundation, either version 3 of the License, or 9 # the Free Software Foundation, either version 3 of the License, or
88 author_email="contact@goffi.org", 87 author_email="contact@goffi.org",
89 url="https://salut-a-toi.org", 88 url="https://salut-a-toi.org",
90 classifiers=[ 89 classifiers=[
91 "Programming Language :: Python :: 3 :: Only", 90 "Programming Language :: Python :: 3 :: Only",
92 "Programming Language :: Python :: 3.7", 91 "Programming Language :: Python :: 3.7",
92 "Programming Language :: Python :: 3.8",
93 "Development Status :: 5 - Production/Stable", 93 "Development Status :: 5 - Production/Stable",
94 "Environment :: Console", 94 "Environment :: Console",
95 "Framework :: Twisted", 95 "Framework :: Twisted",
96 "License :: OSI Approved :: GNU Affero General Public License v3 " 96 "License :: OSI Approved :: GNU Affero General Public License v3 "
97 "or later (AGPLv3+)", 97 "or later (AGPLv3+)",