Skip to content

Commit

Permalink
Merge pull request #178 from jhlegarreta/MiscCleanupForCompliancePyPI
Browse files Browse the repository at this point in the history
BUG: Miscellaneous cleanup for compliance PyPI
  • Loading branch information
ljod authored Oct 19, 2023
2 parents 92d789f + 2532cd5 commit ad5a92c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include *.txt
recursive-include docs *.txt
recursive-include doc
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']},
Expand Down

0 comments on commit ad5a92c

Please sign in to comment.