meta: Specify project README
This is apparently necessary to get a project description on PyPI.master
parent
0c0da2cf58
commit
65d155ba79
|
@ -1,7 +1,8 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "aiomarionette"
|
name = "aiomarionette"
|
||||||
version = "0.0.1"
|
version = "0.0.1.post1"
|
||||||
description = "Firefox Marionette client for asyncio"
|
description = "Firefox Marionette client for asyncio"
|
||||||
|
readme = "README.md"
|
||||||
authors = ["Dustin C. Hatch <dustin@hatch.name>"]
|
authors = ["Dustin C. Hatch <dustin@hatch.name>"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
|
Loading…
Reference in New Issue