diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ea99e3 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +SEFCOM Cluster Utils +==================== + +Currently one utility is included in this package: `sc-utilization``. This +program will display utilization for the cluster. See `sc-utilization --help` +for more options. diff --git a/pyproject.toml b/pyproject.toml index 2b944fd..b6b9f14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "sefcom_clusterutils" description = "Utilities for ASU SEFCOM's kubernetes cluster" +readme = "README.md" requires-python = "~=3.8" license = {file = "LICENSE"} authors = [{name = "Kevin Phoenix", email = "kevin@kphoenix.us"}]