Skip to content

Commit

Permalink
Merge pull request #294 from danforthcenter/updates-for-pypi
Browse files Browse the repository at this point in the history
Render from markdown in PyPI
  • Loading branch information
nfahlgren authored Jan 5, 2019
2 parents 93d8009 + 5a4255b commit e53a2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include versioneer.py
include plantcv/plantcv/_version.py
include requirements.txt
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

description='An image processing package for plant phenotyping.',
long_description=long_description,
long_description_content_type='text/markdown',

# The project's main homepage.
url='http://plantcv.danforthcenter.org',
Expand Down

0 comments on commit e53a2a4

Please sign in to comment.