Skip to content

Commit

Permalink
Update MANIFEST.in to fix packaging issue. (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 authored Aug 15, 2021
1 parent 8fca3a1 commit d431338
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include LICENSE
include requirements/base.txt
recursive-include tests *.py *.pickle
recursive-include build_helpers *.py *.jar
recursive-include omegaconf *.g4
1 change: 1 addition & 0 deletions news/772.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a packaging issue (missing sdist dependency)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Instructions:
# Build:
rm -rf dist/ omegaconf.egg-info/
python setup.py sdist bdist_wheel
python -m build
# Upload:
twine upload dist/*
"""
Expand Down

0 comments on commit d431338

Please sign in to comment.