Skip to content

Commit

Permalink
Switch from pipenv to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjohannchang committed Jan 2, 2020
1 parent 5d36438 commit c514334
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 168 deletions.
4 changes: 2 additions & 2 deletions .idea/aioserial.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions Pipfile

This file was deleted.

41 changes: 0 additions & 41 deletions Pipfile.lock

This file was deleted.

17 changes: 17 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[tool.poetry]
name = "aioserial"
version = "1.1.5"
description = "An asynchronous serial port library of Python"
authors = ["Henry Chang <[email protected]>"]
license = "MPL-2.0"
readme = "README.md"
homepage = "https://github.com/changyuheng/aioserial"

[tool.poetry.dependencies]
python = "^3.6"
pyserial = "*"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
112 changes: 0 additions & 112 deletions setup.py

This file was deleted.

0 comments on commit c514334

Please sign in to comment.