From 984073e5dee00b84d7a11dd4402401049cd97f58 Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 25 Mar 2023 15:10:32 -0500 Subject: [PATCH] ubdate for includes --- LICENSE | 2 +- pyproject.toml | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index cbaf163..8c4d2c7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 - 2022 Benjamin Trachtenberg +Copyright (c) 2020 - 2023 Benjamin Trachtenberg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index 24a2796..570a645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,10 +48,16 @@ Documentation = "https://pyats-genie-command-parse.readthedocs.io/en/latest/" Source = "https://github.com/btr1975/pyats-genie-command-parse" Tracker = "https://github.com/btr1975/pyats-genie-command-parse/issues" -[tool.setuptools] -packages = [ - "pyats_genie_command_parse", +[tool.setuptools.packages.find] +include = [ + "pyats_genie_command_parse*", ] + +# Add or remove file extensions to include the data +[tool.setuptools.package-data] +"*" = ["*.txt", "*.rst"] + +[tool.setuptools] zip-safe = false [tool.setuptools.dynamic]