Skip to content

Commit

Permalink
Merge pull request #3 from smart-on-fhir/mg/pyproject-format
Browse files Browse the repository at this point in the history
Fix casing issue w/ pyproject.toml
  • Loading branch information
dogversioning authored May 9, 2024
2 parents 79c9641 + 5a1f731 commit 395d732
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[project]
version = "0.1.0"
name = "cumulus-library-umls"
requires-python = ">= 3.10"
dependencies = [
Expand All @@ -14,7 +15,6 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dynamic=["version"]
[project.optional-dependencies]
dev = [
"ruff == 0.2.1",
Expand Down

0 comments on commit 395d732

Please sign in to comment.