Skip to content

Commit

Permalink
Attempt conversion from setup.py to pyproject.toml. See PEP 518
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul F Bugni committed Jan 14, 2025
1 parent 36eaa36 commit b88c3d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "patientsearch"
version = "1.0"

[tool.setuptools.packages.find]
include = ["patientsearch"]
8 changes: 0 additions & 8 deletions setup.py

This file was deleted.

0 comments on commit b88c3d0

Please sign in to comment.