Skip to content

Commit

Permalink
Merge pull request #3 from grobbles/feature/ready_for_beta_deployment
Browse files Browse the repository at this point in the history
adjust for beat deployment
  • Loading branch information
grobbles committed May 27, 2022
2 parents 0ca9b09 + 8477ba1 commit 6447629
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 48 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/python-publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Smart Signals

![Build](https://github.com/grobbles/SmartSignals/actions/workflows/python-build.yml/badge.svg)
![Build](https://github.com/grobbles/SmartSignals/actions/workflows/build.yml/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![codecov](https://codecov.io/gh/grobbles/SmartSignals/branch/main/graph/badge.svg?token=GAHKYKS1SD)](https://codecov.io/gh/grobbles/SmartSignals)
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ coverage:
project:
default:
target: 100%
threshold: 10%
threshold: 15%
18 changes: 11 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,23 @@
version="0.0.0",
author="Uwe Roder",
author_email="uweroder@gmail.com",
description="A Python library to .",
description="The SmartSignal lib is an event driven system similar to QT.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/grobbles/SmartSignals",
packages=["smart_signals"],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Communications",
"Topic :: Internet :: WWW/HTTP",
"License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)",
"Programming Language :: Python :: 3"
"Topic :: Utilities"
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
keywords="signals event slot",
keywords=["signals", "events", "slot", "qt"],
install_requires=requirements
)
)

0 comments on commit 6447629

Please sign in to comment.