Skip to content

Commit

Permalink
Remove plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesbertaglia authored Feb 1, 2021
1 parent a49545b commit 6e3518a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
[tool.poetry-dynamic-versioning]
enable = true

[tool.poetry]
name = "enelvo"
version = "0.10.4"
description = "A flexible normalizer for user-generated content http://thalesbertaglia.com/enelvo"
authors = ["Thales Bertaglia <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/tfcbertaglia/enelvo"
homepage = "https://github.com/tfcbertaglia/enelvo"
repository = "https://github.com/thalesbertaglia/enelvo"
homepage = "https://github.com/thalesbertaglia/enelvo"
packages = [
{include = "enelvo"}
]
Expand All @@ -27,5 +24,5 @@ coveralls = "^3.0.0"
pytest-cov = "^2.11.1"

[build-system]
requires = ["poetry>=0.12", "poetry-dynamic-versioning"]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

0 comments on commit 6e3518a

Please sign in to comment.