Skip to content

Commit

Permalink
Merge pull request #516 from bashtage/add-req
Browse files Browse the repository at this point in the history
BUG: Include requirements in MANIFEST
  • Loading branch information
bashtage authored Jul 22, 2021
2 parents 71c7bef + 214bbde commit f399352
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
include README.md
include LICENSE.md
include versioneer.py
include pyproject.toml
include requirements.txt
include setup.cfg
include arch/bootstrap/_samplers.pyx
include arch/univariate/recursions.pyx
include versioneer.py
include arch/_version.py
recursive-include arch/tests *.csv
recursive-include arch/data *.csv.gz

0 comments on commit f399352

Please sign in to comment.