Skip to content

Commit 6f7d17c

Browse files
authored
Merge pull request #4 from NCAR/hua-work-template
add config to include non-python file
2 parents b92791b + f646746 commit 6f7d17c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,17 @@ classifiers = [
2121
"Development Status :: 5 - Production/Stable",
2222
]
2323

24+
[tool.setuptools]
25+
include-package-data = true
26+
27+
[tool.setuptools.packages.find]
28+
where = ["src"]
29+
30+
[tool.setuptools.package-data]
31+
"rda_python_tmplate" = ["hello_workd.usg"]
32+
2433
[project.urls]
2534
"Homepage" = "https://github.com/NCAR/rda-python-template"
2635

2736
[project.scripts]
2837
hello_world = "rda_python_template.hello_world:main"
29-
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Usage: hello_world

0 commit comments

Comments
 (0)