Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
concepts-processing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
meldb
concepts-processing
Commits
6ba87474
You need to sign in or sign up before continuing.
Commit
6ba87474
authored
4 months ago
by
Jakub Dylag
Browse files
Options
Downloads
Patches
Plain Diff
Add Config Files
parent
d6a686c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MANIFEST.in
+1
-0
1 addition, 0 deletions
MANIFEST.in
pyproject.toml
+15
-0
15 additions, 0 deletions
pyproject.toml
with
16 additions
and
0 deletions
MANIFEST.in
0 → 100644
+
1
−
0
View file @
6ba87474
include README.md LICENSE
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pyproject.toml
0 → 100644
+
15
−
0
View file @
6ba87474
[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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment