diff options
author | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-10-12 00:07:48 -0600 |
---|---|---|
committer | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-10-12 00:07:48 -0600 |
commit | 8402f1483f794c2bed9554bc5a58e996a6d7ff40 (patch) | |
tree | 02e35d30b41b2eb1b1622efd950991d7df634b33 /Makefile | |
parent | dd7e13863b044d6679eea604a3cc9bf913171c5f (diff) |
Add MANIFEST.in and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1a05b92 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +init: + pip install -r requirements.txt
\ No newline at end of file |