Skip to content

Commit

Permalink
build: add missing files in source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Nov 16, 2020
1 parent 0a4e2ed commit 9864e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include fastentrypoints.py
include requirements.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
line for line in reqs.read().split('\n')
if (line and not line.startswith('--')) and (";" not in line)]

with open(".metwork-framework/README.md") as f:
with open("README.md") as f:
long_description = f.read()

#Version "0.0.0" will be replaced by CI when releasing
Expand Down

0 comments on commit 9864e96

Please sign in to comment.