diff --git a/pyproject.toml b/pyproject.toml index 05bc936..b397f7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,9 +21,17 @@ classifiers = [ "Development Status :: 5 - Production/Stable", ] +[tool.setuptools] +include-package-data = true + +[tool.setuptools.packages.find] +where = ["src"] + +[tool.setuptools.package-data] +"rda_python_tmplate" = ["hello_workd.usg"] + [project.urls] "Homepage" = "https://github.com/NCAR/rda-python-template" [project.scripts] hello_world = "rda_python_template.hello_world:main" - diff --git a/src/rda_python_template/hello_world.usg b/src/rda_python_template/hello_world.usg new file mode 100644 index 0000000..ddee2ad --- /dev/null +++ b/src/rda_python_template/hello_world.usg @@ -0,0 +1 @@ +Usage: hello_world