Skip to content
Snippets Groups Projects
Commit 6ba87474 authored by Jakub Dylag's avatar Jakub Dylag
Browse files

Add Config Files

parent d6a686c1
No related branches found
No related tags found
No related merge requests found
include README.md LICENSE
\ No newline at end of file
[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"
]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment