Skip to content

Commit

Permalink
Corrected syntax errors in pyproject.toml - building locally now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul F Bugni committed Jan 14, 2025
1 parent eb2a05d commit df23235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 60 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "patientsearch"
version = { attr = "setuptools_scm.get_version" }
dynamic = ["version"]
dependencies = [
"flask",
"flask-jwt-extended",
Expand All @@ -25,10 +25,8 @@ dev = [
"pytest-mock",
]

[tool.setuptools.packages.find]
include = ["patientsearch"]
zip-safe = false
include-package-data = true
[tool.setuptools]
packages = ["patientsearch"]

[tool.flake8]
max-line-length = 100
Expand Down
55 changes: 0 additions & 55 deletions setup.cfg

This file was deleted.

0 comments on commit df23235

Please sign in to comment.