Skip to content

Commit 84d1ced

Browse files
committed
kick pipfile
1 parent 9cea73a commit 84d1ced

3 files changed

Lines changed: 7 additions & 18 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ ipython_config.py
9292
# However, in case of collaboration, if having platform-specific dependencies or dependencies
9393
# having no cross-platform support, pipenv may install dependencies that don't work, or not
9494
# install all needed dependencies.
95-
Pipfile.lock
95+
#Pipfile.lock
9696

9797
# UV
9898
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
9999
# This is especially recommended for binary packages to ensure reproducibility, and is more
100100
# commonly ignored for libraries.
101-
#uv.lock
101+
uv.lock
102102

103103
# poetry
104104
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.

Pipfile

Lines changed: 0 additions & 16 deletions
This file was deleted.

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ dependencies = [
1212
"requests>=2.32.5"
1313
]
1414

15+
[project.urls]
16+
Homepage = "https://github.com/ElectricalBoy/LPDB_python"
17+
Changelog = "https://github.com/ElectricalBoy/LPDB_python/releases"
18+
Issues = "https://github.com/ElectricalBoy/LPDB_python/issues"
19+
1520
[project.optional-dependencies]
1621
async = [
1722
"aiohttp>=3.13.2"

0 commit comments

Comments
 (0)