Skip to content

Commit

Permalink
Incluindo arquivos .xml e .json
Browse files Browse the repository at this point in the history
  • Loading branch information
brunovcosta committed Nov 7, 2024
1 parent d1beb69 commit 1a2acc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include *.md
include *.txt
recursive-include abstra_notas *.xml
recursive-include abstra_notas *.json
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@
url="https://github.com/abstra-app/abstra_notas",
packages=find_packages(exclude=["tests"]),
install_requires=REQUIREMENTS,
)
package_data={
"": ["*.xml", "*.json"],
},
include_package_data=True,
)

0 comments on commit 1a2acc9

Please sign in to comment.