We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9256d63 commit 2c001d6Copy full SHA for 2c001d6
.dockerignore
@@ -2,25 +2,12 @@
2
py
3
4
# General ignore stuff
5
-.git
6
.github
7
-.gitignore
8
.pdm-build
9
.pytest_cache
10
-.python-version
11
.ruff_cache
12
.venv
13
14
-# Project files
15
-LICENSE
16
-Makefile
17
-pyproject.toml
18
-requirements.lock
19
-requirements-dev.lock
20
-
21
-*.md
22
-*.yml
23
24
# Python and Rust build outputs
25
dist
26
target
pyproject.toml
@@ -33,6 +33,10 @@ classifiers = [
33
34
dependencies = []
35
36
+[project.urls]
37
+homepage = "https://github.com/carderne/upid"
38
+repository = "https://github.com/carderne/upid"
39
+
40
[build-system]
41
requires = ["pdm-backend"]
42
build-backend = "pdm.backend"
0 commit comments