meta: Specify project README

This is apparently necessary to get a project description on PyPI.
master
Dustin 2022-04-29 20:12:36 -05:00
parent 0c0da2cf58
commit 65d155ba79
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
[tool.poetry]
name = "aiomarionette"
version = "0.0.1"
version = "0.0.1.post1"
description = "Firefox Marionette client for asyncio"
readme = "README.md"
authors = ["Dustin C. Hatch <dustin@hatch.name>"]
[tool.poetry.dependencies]