We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33e6ea commit eec2a8aCopy full SHA for eec2a8a
MANIFEST.in
@@ -1,3 +1,9 @@
1
recursive-include weights *
2
recursive-include data *
3
-include requirements.txt
+include requirements.txt
4
+recursive-include weather2alert/weights *
5
+recursive-include weather2alert/data *
6
+include weather2alert/requirements.txt
7
+recursive-include src/weather2alert/weights *
8
+recursive-include src/weather2alert/data *
9
+include src/weather2alert/requirements.txt
0 commit comments