Skip to content

Commit

Permalink
Refactor update MANIFEST.in
Browse files Browse the repository at this point in the history
- Include readme and license file
- Exclude .pyc files
  • Loading branch information
vagabondHustler committed May 15, 2024
1 parent 948d200 commit 39be10f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
include README.md
include LICENSE

graft src

exclude tox.ini
Expand All @@ -6,4 +9,6 @@ prune assets
prune tests
prune */.pytest_cache

global-exclude */__pycache__/* *.log
global-exclude */__pycache__/*
global-exclude *.log
global-exclude *.pyc

0 comments on commit 39be10f

Please sign in to comment.