Skip to content

Commit

Permalink
Merge pull request #54 from cgq-qgc/setup_pckage_data_correctly
Browse files Browse the repository at this point in the history
PR: Complete MANIFEST.in to add sampling and test files
  • Loading branch information
jnsebgosselin authored Feb 12, 2020
2 parents ba5f50f + e23cf5a commit 2fb3aae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Include the README
include *.md
include docs/README.md

# Include the license file
include LICENSE.txt
include LICENSE

# Include requirements.txt
include requirements.txt
include requirements.txt

# Include file examples
include hydsensread/file_example/*.*
include hydsensread/file_reader/compagny_file_reader/tests/files/*.*
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test_script:
- python runtests.py

after_test:
- IF ["%APPVEYOR_PULL_REQUEST_NUMBER%"]==[""] (%PYTHON%/python.exe setup.py sdist bdist_wheel)
- python setup.py sdist bdist_wheel

artifacts:
- path: 'dist/*.whl'
Expand Down

0 comments on commit 2fb3aae

Please sign in to comment.