File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61.0 " , " setuptools_scm[toml]>=6.2 " ]
3- build-backend = " setuptools.build_meta "
2+ requires = [" hatchling " ]
3+ build-backend = " hatchling.build "
44
55[project ]
66name = " mimic_utils"
77version = " 1.0.0"
88authors = [
99 { name =" Alistair Johnson" , email =" aewj@mit.edu" },
1010]
11- description = " Utilities to support analyzing the MIMIC database(s)"
12- readme = " README .md"
11+ description = " Utilities to support building and analyzing the MIMIC database(s)"
12+ readme = " README_mimic_utils .md"
1313license = { file =" LICENSE" }
1414requires-python = " >=3.8"
1515classifiers = [
@@ -30,12 +30,9 @@ mimic_utils = "mimic_utils.__main__:main"
3030"Homepage" = " https://github.com/MIT-LCP/mimic-code"
3131"Bug Tracker" = " https://github.com/MIT-LCP/mimic-code/issues"
3232
33- [tool .setuptools ]
34- include-package-data = true
33+ [tool .hatch .build .targets .sdist ]
34+ ignore-vcs = true
35+ only-include = [" src/mimic_utils" ]
3536
36- [tool .setuptools .packages .find ]
37- where = [" src" ]
38- include = [" mimic_utils" ]
39-
40- [tool .setuptools_scm ]
41- # this section is required to enable the scm plugin
37+ [tool .hatch .build .targets .wheel ]
38+ packages = [" src/mimic_utils" ]
You can’t perform that action at this time.
0 commit comments