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

move /img folder to resources

parent 09103276
Branches pypi
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ __pycache__
~$*
# Build
dist/
*.egg-info
medcoder/resources/maps/*
medcoder/resources/codes/*
......
......@@ -17,4 +17,7 @@ dependencies = [
[project.scripts]
medcoder = "medcoder.main:main"
medcoder_install_trud = "medcoder.trud_api:main"
medcoder_install_omop = "medcoder.omop_api:main"
\ No newline at end of file
medcoder_install_omop = "medcoder.omop_api:main"
[tool.setuptools.package-data]
"medcoder" = ["resources/img/*"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment