Skip to content
Snippets Groups Projects
Commit f2263df7 authored by Isuru Fernando's avatar Isuru Fernando Committed by Andreas Klöckner
Browse files

Fix long description

parent 158f280c
No related branches found
No related tags found
No related merge requests found
Pipeline #426043 passed with warnings
......@@ -2,6 +2,7 @@
import os
from setuptools import setup
from pathlib import Path
ver_dic = {}
version_file = open("sumpy/version.py")
......@@ -74,9 +75,8 @@ setup(
name="sumpy",
version=ver_dic["VERSION_TEXT"],
description="Fast summation in Python",
long_description="""
Code-generating FMM etc.
""",
long_description=Path("README.rst").read_text(encoding="utf-8"),
long_description_content_type="text/x-rst",
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment