freemt
commited on
Commit
·
4018a2e
1
Parent(s):
3720a0e
Update for pypi/github repo pyproject.toml readme = "README1.md"
Browse files- README1.md +2 -2
- pyproject.toml +1 -1
README1.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# litbee
|
| 2 |
-
[](https://github.com/ffreemt/litbee/actions)[](https://github.com/ffreemt/litbee/actions)[](https://www.python.org/downloads/)[](https://github.com/psf/black)[](https://opensource.org/licenses/MIT)[](https://badge.fury.io/py/litbee)
|
| 3 |
|
| 4 |
+
litbee (python 3.8 only), made with streamlit
|
| 5 |
|
| 6 |
## Install it
|
| 7 |
|
pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ version = "0.1.0"
|
|
| 4 |
description = "align texts via streamlit "
|
| 5 |
authors = ["ffreemt"]
|
| 6 |
license = "MIT"
|
| 7 |
-
readme = "
|
| 8 |
repository = "https://github.com/ffreemt/litbee"
|
| 9 |
|
| 10 |
[tool.poetry.dependencies]
|
|
|
|
| 4 |
description = "align texts via streamlit "
|
| 5 |
authors = ["ffreemt"]
|
| 6 |
license = "MIT"
|
| 7 |
+
readme = "README1.md"
|
| 8 |
repository = "https://github.com/ffreemt/litbee"
|
| 9 |
|
| 10 |
[tool.poetry.dependencies]
|