Skip to content

Commit

Permalink
Include requirements.txt in frost package (#408)
Browse files Browse the repository at this point in the history
Fixes #396
  • Loading branch information
ajvb authored Nov 4, 2020
1 parent 04933a2 commit 7407189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include README.md
include requirements.txt
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
],
python_requires=">=3.8",
entry_points={"console_scripts": ["frost=frost.cli:cli"],},
include_package_data=True,
)

0 comments on commit 7407189

Please sign in to comment.