@@ -18,7 +18,7 @@ def read(filename):
1818 url = 'https://github.com/guardian/python-alerta' ,
1919 license = 'Apache License 2.0' ,
2020 author = 'Nick Satterly' ,
21- author_email = 'nick.satterly @gmail.com' ,
21+ author_email = 'nfsatterly @gmail.com' ,
2222 packages = setuptools .find_packages (exclude = ['tests' ]),
2323 install_requires = [
2424 'Click' ,
@@ -42,12 +42,12 @@ def read(filename):
4242 'Intended Audience :: System Administrators' ,
4343 'Intended Audience :: Telecommunications Industry' ,
4444 'License :: OSI Approved :: Apache Software License' ,
45+ 'Programming Language :: Python :: 3.11' ,
46+ 'Programming Language :: Python :: 3.10' ,
4547 'Programming Language :: Python :: 3.9' ,
4648 'Programming Language :: Python :: 3.8' ,
47- 'Programming Language :: Python :: 3.7' ,
48- 'Programming Language :: Python :: 3.6' ,
4949 'Topic :: System :: Monitoring' ,
5050 'Topic :: Software Development :: Libraries :: Python Modules'
5151 ],
52- python_requires = '>=3.6 '
52+ python_requires = '>=3.8 '
5353)
0 commit comments