Skip to content

Commit

Permalink
Merge pull request #13 from lumicks/12-fix-packaging
Browse files Browse the repository at this point in the history
Set content type of long description
  • Loading branch information
radao authored Jul 18, 2023
2 parents e9c1dc9 + 5731ee3 commit a171896
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This is a minimalist package intended for data engineering applications:

- unzipped size ~100kb
- one dependency -- Dolt bunary
- only changes when Dolt changes
- Unzipped size ~100kb
- One dependency -- Dolt binary
- Only changes when Dolt changes

If you are a data scientist or are using Pandas there are three options:
- Use [doltpy](https://github.com/dolthub/doltpy)
Expand All @@ -24,12 +24,12 @@ questions regarding production use-cases.

- clone repo
- Python 3.6+ required
- [Install Dolt binary](https://docs.dolthub.com/getting-started/installation)
- [Install Dolt binary](https://docs.dolthub.com/introduction/installation)
- [Install Poetry](https://python-poetry.org/docs/#installation)
```bash
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
```
-Install dependencies:
- Install dependencies:
```bash
poetry install
```
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "lumicks-doltcli"
version = "0.2.0"
license = {file = "LICENSE"}
description = "Slim Python interface for Dolt's CLI API."
long_description_content_type = "text/markdown"
authors = [
{name = "Max Hoffman", email = "[email protected]"},
{name = "Oscar Batori", email = "[email protected]"},
Expand Down

0 comments on commit a171896

Please sign in to comment.