Skip to content

Commit b33711a

Browse files
committed
docs: added GitHub actions badge to README
1 parent 35c4fc6 commit b33711a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939

4040
<br>
4141

42+
<a href="https://github.com/ActivityWatch/activitywatch/actions?query=branch%3Amaster">
43+
<img title="Build Status GitHub" src="https://github.com/ActivityWatch/activitywatch/workflows/Build/badge.svg?branch=master" />
44+
</a>
4245
<a href="https://travis-ci.org/ActivityWatch/activitywatch">
4346
<img title="Build Status Travis" src="https://travis-ci.org/ActivityWatch/activitywatch.svg?branch=master" />
4447
</a>

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ pyinstaller = "3.5"
2525
psutil = "^5.7.0"
2626
pywin32-ctypes = {version = "^0.2.0", platform = "win32"}
2727
pefile = {version = "^2019.4.18", platform = "win32"}
28-
setuptools = "<45.0.0" # workaround for https://github.com/pypa/setuptools/issues/1963#issuecomment-573675633
2928

3029
[build-system]
3130
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)