update README.md

This commit is contained in:
long2ice
2020-06-20 12:48:32 +08:00
parent 9248d456f9
commit f52dc009af
5 changed files with 184 additions and 171 deletions

View File

@@ -4,7 +4,7 @@ version = "0.2.0"
description = "A database migrations tool for Tortoise ORM."
authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"
readme = "README.rst"
readme = "README.md"
homepage = "https://github.com/long2ice/aerich"
repository = "https://github.com/long2ice/aerich.git"
documentation = "https://github.com/long2ice/aerich"
@@ -12,7 +12,7 @@ keywords = ["migrate", "Tortoise-ORM", "mysql"]
packages = [
{ include = "aerich" }
]
include = ["CHANGELOG.rst", "LICENSE", "README.rst"]
include = ["CHANGELOG.rst", "LICENSE", "README.md"]
[tool.poetry.dependencies]
python = "^3.8"