freemt commited on
Commit
4018a2e
·
1 Parent(s): 3720a0e

Update for pypi/github repo pyproject.toml readme = "README1.md"

Browse files
Files changed (2) hide show
  1. README1.md +2 -2
  2. pyproject.toml +1 -1
README1.md CHANGED
@@ -1,7 +1,7 @@
1
  # litbee
2
- [![pytest](https://github.com/ffreemt/litbee/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/litbee/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8%2B&color=blue)](https://www.python.org/downloads/)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/litbee.svg)](https://badge.fury.io/py/litbee)
3
 
4
- litbee descr
5
 
6
  ## Install it
7
 
 
1
  # litbee
2
+ [![pytest](https://github.com/ffreemt/litbee/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/litbee/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8&color=blue)](https://www.python.org/downloads/)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/litbee.svg)](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 = "README.md"
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]