Skip to content

Commit

Permalink
Add requirements.txt to source manifest (#449)
Browse files Browse the repository at this point in the history
* add requirements.txt to source manifest

* include requirements-dev in manifest as well
  • Loading branch information
tjs-intel authored Apr 29, 2024
1 parent 9f42152 commit c129768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
include README.md
include LICENSE
include setup.py
include requirements.txt
include requirements-dev.txt
recursive-include sigopt *.py
recursive-include test *.py

0 comments on commit c129768

Please sign in to comment.