Skip to content

Commit 2c001d6

Browse files
committed
get docker hub to pick up readme
1 parent 9256d63 commit 2c001d6

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.dockerignore

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,12 @@
22
py
33

44
# General ignore stuff
5-
.git
65
.github
7-
.gitignore
86
.pdm-build
97
.pytest_cache
10-
.python-version
118
.ruff_cache
129
.venv
1310

14-
# Project files
15-
LICENSE
16-
Makefile
17-
pyproject.toml
18-
requirements.lock
19-
requirements-dev.lock
20-
21-
*.md
22-
*.yml
23-
2411
# Python and Rust build outputs
2512
dist
2613
target

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ classifiers = [
3333

3434
dependencies = []
3535

36+
[project.urls]
37+
homepage = "https://github.com/carderne/upid"
38+
repository = "https://github.com/carderne/upid"
39+
3640
[build-system]
3741
requires = ["pdm-backend"]
3842
build-backend = "pdm.backend"

0 commit comments

Comments
 (0)