Skip to content

Commit

Permalink
ubdate for includes
Browse files Browse the repository at this point in the history
  • Loading branch information
btr1975 committed Mar 25, 2023
1 parent 0f4afdf commit 984073e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 9 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 984073e

Please sign in to comment.