We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b92791b + f646746 commit 6f7d17cCopy full SHA for 6f7d17c
pyproject.toml
@@ -21,9 +21,17 @@ classifiers = [
21
"Development Status :: 5 - Production/Stable",
22
]
23
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
33
[project.urls]
34
"Homepage" = "https://github.com/NCAR/rda-python-template"
35
36
[project.scripts]
37
hello_world = "rda_python_template.hello_world:main"
-
src/rda_python_template/hello_world.usg
@@ -0,0 +1 @@
1
+Usage: hello_world
0 commit comments