Skip to content

Commit f749c49

Browse files
committed
To pypi
1 parent 3937bea commit f749c49

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.venv/
22
__pycache__/
3+
dist/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def fetch(key: str, default=None):
3333
## Installation
3434

3535
```bash
36-
pip install python-sentinel
36+
pip install pythonbackport-sentinel
3737
```
3838

3939
## Usage

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "python-sentinel"
6+
name = "pythonbackport-sentinel"
77
version = "0.1.0"
88
description = "Standalone back-port of Python 3.15's `sentinel` builtin."
99
readme = "README.md"
1010
requires-python = ">=3.6"
1111
license = "MIT"
1212

1313
[project.urls]
14-
Repository = "https://github.com/pythonbackport/python-sentinel"
14+
Repository = "https://github.com/pythonbackport/pythonbackport-sentinel"
1515

1616
[tool.hatch.build.targets.wheel]
1717
packages = ["sentinel"]

0 commit comments

Comments
 (0)