Skip to content

Commit ebb647e

Browse files
authored
Prepare blade2blade for Pypi (#26)
1 parent c22bbb0 commit ebb647e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ docs/_build/
7575

7676
# PyBuilder
7777
target/
78-
78+
.pypirc
7979
# Jupyter Notebook
8080
.ipynb_checkpoints
8181

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "0.0.1"
55
authors = [
66
{ name = "LAION-AI", email = "contact@laion.ai" }
77
]
8+
readme = "README.md"
89
dependencies = [
910
"datasets>=2.11.0",
1011
"torch>=2.0.0",

0 commit comments

Comments
 (0)