Skip to content

Commit f5dfd73

Browse files
committed
Rename project to userlist-python
1 parent 4ffa564 commit f5dfd73

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This library helps with integrating Userlist into Python applications.
77
This library can be installed via pip:
88

99
```bash
10-
pip install userlist
10+
pip install userlist-python
1111
```
1212

1313
## Configuration

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
33
build-backend = "poetry_dynamic_versioning.backend"
44

55
[tool.poetry]
6-
name = "userlist"
6+
name = "userlist-python"
77
version = "0.0.0"
88
description = "Python client for the Userlist API"
99
homepage = "https://github.com/userlist/userlist-python"
@@ -18,6 +18,9 @@ classifiers = [
1818
"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent",
2020
]
21+
packages = [
22+
{ include = "userlist", from = "src" },
23+
]
2124

2225
[tool.poetry.dependencies]
2326
python = ">=3.8"

0 commit comments

Comments
 (0)