Skip to content

Commit

Permalink
feat: restructured
Browse files Browse the repository at this point in the history
  • Loading branch information
justmars committed Aug 5, 2024
1 parent 082b4f5 commit a4f2c9f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "cloudflare-images"
description = "Wrapper around Cloudflare Images API"
version = "0.1.6"
version = "0.1.8"
authors = [
{name="Marcelino Veloso III", email="[email protected]" }
]
Expand All @@ -21,14 +21,11 @@ dev = [
"twine >= 4.0.2",
]

[tool.setuptools.packages.find]
include = ["img"]

[tool.pytest.ini_options]
minversion = "8.3"
addopts = "-ra -q --doctest-modules --cov"
# filterwarnings = ["ignore::DeprecationWarning"] see pkg_resources
testpaths = ["cloudflare_images"]
testpaths = ["src"]

[tool.ruff]
line-length = 88
Expand All @@ -37,7 +34,3 @@ line-length = 88
ignore = ["F401", "F403"]
fixable = ["F", "E", "W", "I001"]
select = ["F", "E", "W", "I001"]

[tool.ruff.per-file-ignores]
"src/config/settings.py" = ["E501"]
"*/migrations/*.py" = ["E501"]
File renamed without changes.
File renamed without changes.
File renamed without changes

0 comments on commit a4f2c9f

Please sign in to comment.