diff --git a/LICENSE b/LICENSE index 18b744e..4ec96d8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License Copyright (c) 2018 André P. Santos +Copyright (c) 2023 Mateusz Bysiek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index 91dc639..d189e74 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def readme(): setup( name="notify-send", - version="1.1.0", + version="1.1.1", description="notify-send notify.", long_description=readme(), long_description_content_type="text/markdown", @@ -18,7 +18,7 @@ def readme(): author="Andre P. Santos", author_email="andreztz@gmail.com", license="MIT", - packages=find_packages(), + packages=find_packages(exclude=["test*"]), python_requires=">=3.6", install_requires=[ "pypiwin32==223; sys_platform == 'win32'",