Skip to content

Commit

Permalink
Merge pull request #24 from mbdevpl/feature/dont-install-tests
Browse files Browse the repository at this point in the history
Feature/dont install tests
  • Loading branch information
andreztz authored Aug 14, 2023
2 parents b851e95 + 6c7b33b commit 9d3def1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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'",
Expand Down

0 comments on commit 9d3def1

Please sign in to comment.