change email and copyright year

master
Nir Aides 2022-12-16 23:13:46 +02:00
parent 354a149e52
commit 09004ec186
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
BSD 2-Clause License
Copyright (c) 2020, Nir Aides
Copyright (c) 2022, Nir Aides
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -139,7 +139,7 @@ computer as explained above.
## Contact
For questions and feedback send an email to [Nir Aides](mailto:nir@winpdb.org) or [join the discussion](https://github.com/nir/jupylet/discussions).
For questions and feedback send an email to [Nir Aides](mailto:nir.8bit@gmail.com) or [join the discussion](https://github.com/nir/jupylet/discussions).
## Spread the Word

View File

@ -19,7 +19,7 @@ setuptools.setup(
long_description=long_description,
long_description_content_type="text/markdown",
author = 'Nir Aides',
author_email = 'nir@winpdb.org',
author_email = 'nir.8bit@gmail.com',
url = 'https://github.com/nir/jupylet',
download_url = 'https://github.com/nir/jupylet/archive/v0.8.8.tar.gz',
keywords = [
@ -54,7 +54,7 @@ setuptools.setup(
'ipywidgets',
'matplotlib',
'sounddevice',
'python-rtmidi ; platform_system=="Windows" or (platform_system=="Darwin" and python_version<"3.11")',
'python-rtmidi ; platform_system!="Linux" and python_version<"3.11"',
'moderngl-window',
],
extras_require = {
@ -77,6 +77,8 @@ setuptools.setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
)