Skip to content

Commit

Permalink
fix packaging issue on master branch (omry#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 authored Aug 16, 2021
1 parent fd9109c commit 568d207
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
@@ -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
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 568d207

Please sign in to comment.