Skip to content

Commit 959355a

Browse files
authored
core: remove include requirements.txt (frappe#1053)
Removed include requirements.txt from MANIFEST.in as the requirements.txt file was dropped.
1 parent d0a117c commit 959355a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
include MANIFEST.in
2-
include requirements.txt
32
include *.json
43
include *.md
54
include *.py
@@ -15,4 +14,4 @@ recursive-include hrms *.png
1514
recursive-include hrms *.py
1615
recursive-include hrms *.svg
1716
recursive-include hrms *.txt
18-
recursive-exclude hrms *.pyc
17+
recursive-exclude hrms *.pyc

0 commit comments

Comments
 (0)