Skip to content

Commit

Permalink
Merge pull request #41 from Ori-Roza/bugfix/pyproject-toml-fix
Browse files Browse the repository at this point in the history
fix pyproject.toml
  • Loading branch information
Ori-Roza authored Dec 7, 2023
2 parents dd723c2 + 17dc86f commit 1669b1c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
17 changes: 8 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[project]
name = "drf_api_action"
description = "use the power of restframework also as a library functions"
description = "drf-api-action elevates DRF testing by simplifying REST endpoint testing to a seamless, function-like experience."
version = "1.0.6"
readme = "README.md"
license = {file = "LICENSE.txt"}
dependencies = ["Django>=4.2.3", "djangorestframework>=3.14.0", "pytest-django>=4.5.2", "pytest-cov>=4.1.0"]
authors = [
{ name="Ori Roza", email="[email protected]" },
]

requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
Expand All @@ -17,12 +16,12 @@ classifiers = [
[tool.setuptools]
py-modules = []

[project.urls]
Homepage = "https://github.com/Ori-Roza/drf-api-action"

[build-system]
build-backend = "flit_core.buildapi"
requires = ["flit_core >=3.8.0,<4"]
requires = [
"setuptools>=61.0",
"setuptools-scm[toml]>=6.2.3",
]
build-backend = "setuptools.build_meta"

[tool.pylint.master]
fail-under = 10.0
Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[metadata]
url = "https://github.com/Ori-Roza/drf-api-action"
author = Ori-Roza
author_email = "[email protected]"

0 comments on commit 1669b1c

Please sign in to comment.