Skip to content

Commit

Permalink
Add Twine to dev packages for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Timkovich committed Jul 1, 2019
1 parent 328a21d commit 5716eba
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 77 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
telnyx = {path = ".", editable = true}
telnyx = {path = ".",editable = true}
pycryptodome = "*"

[dev-packages]
Expand All @@ -16,6 +16,7 @@ tox = "*"
"flake8" = "*"
coveralls = "*"
black = "==19.3b0"
twine = "*"

[requires]
python_version = "3.7"
Loading

0 comments on commit 5716eba

Please sign in to comment.