Skip to content
Snippets Groups Projects
Select Git revision
  • 6ba874746c8b35cb41e00b8d76119679962113bc
  • dev default
  • 62-feat-more-detailed-phen-diff-command
  • 61-feature-add-optional-backwards-mapping-for-consistency-with-older-version-2
  • main protected
  • 11-test-fix-tests-to-handle-licensed-data-resources-from-trud-snd-omop
  • general
  • pypi
  • old-main
  • v0.0.3
10 results

pyproject.toml

Blame
  • pyproject.toml 464 B
    [build-system]
    requires = ["setuptools", "wheel"]
    build-backend = "setuptools.build_meta"
    
    [project]
    name = "medcoder"
    version = "0.1.0"
    description = "This tool automates the verification, translation and organisation of medical coding lists defining cohort phenotypes for inclusion criteria."
    readme = "README.md"
    authors = [{ name = "Jakub J. Dylag", email = "J.J.Dylag@soton.ac.uk" }]
    license = { file = "LICENSE" }
    dependencies = [
        "pandas",
        "numpy"
    ]