Skip to content

Commit

Permalink
Fix long description so that wheel publishing doesn't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Apr 18, 2024
1 parent cc0fe52 commit fdc19bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"Programming Language :: Python :: 3.12",
],
description="NGV Architecture c++ modules",
long_description=open("README.rst").read(),
long_description_content_type="text/x-rst",
author="Blue Brain Project, EPFL",
packages=find_packages(),
ext_modules=ext_modules,
Expand Down

0 comments on commit fdc19bf

Please sign in to comment.