-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #178 from jhlegarreta/MiscCleanupForCompliancePyPI
BUG: Miscellaneous cleanup for compliance PyPI
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
include *.txt | ||
recursive-include docs *.txt | ||
recursive-include doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,11 +34,12 @@ | |
name='whitematteranalysis', | ||
version='0.3.0', | ||
author='Fan Zhang and Lauren O\'Donnell', | ||
author_email='[email protected]; [email protected]', | ||
author_email='[email protected]', | ||
packages=['whitematteranalysis'], | ||
license='LICENSE.txt', | ||
description='Processing of whole-brain streamline tractography.', | ||
long_description=open('README.md').read(), | ||
long_description_content_type="text/markdown", | ||
setup_requires=setup_requires, | ||
install_requires=setup_requires + external_dependencies, | ||
extras_require={'doc': ['sphinx', 'sphinx-argparse', 'sphinx_rtd_theme']}, | ||
|