Skip to content

Commit

Permalink
Add support for installing via pip directly from github
Browse files Browse the repository at this point in the history
  • Loading branch information
leodaher committed Sep 16, 2019
1 parent e983ebc commit bc7c6be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ twine = "*"
wheel = "*"
isort = "*"
black = {python=">3.6", version=">=18.9b0", allow_prereleases=true}

[build-system]
requires = ["poetry"]
build-backend = "poetry.masonry.api"

0 comments on commit bc7c6be

Please sign in to comment.