Skip to content

Commit

Permalink
long description for main package
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Nov 18, 2020
1 parent 8995cbe commit 2ab1b52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ def finalize_options(self):
]


with open("README.md", "r") as fh:
long_description = fh.read()

setup(
name="fiftyone",
version="0.6.5.2",
Expand All @@ -33,6 +36,8 @@ def finalize_options(self):
author_email="info@voxel51.com",
url="https://github.com/voxel51/fiftyone",
license="Apache",
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages() + ["fiftyone.recipes", "fiftyone.tutorials"],
package_dir={
"fiftyone.recipes": "docs/source/recipes",
Expand Down

0 comments on commit 2ab1b52

Please sign in to comment.