Skip to content

Commit

Permalink
Fix long description
Browse files Browse the repository at this point in the history
  • Loading branch information
HagaiHargil committed Aug 18, 2019
1 parent 93c1520 commit 82f74f9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ def run(self):
version="0.10.1",
license="Free for non-commercial use",
description="Create images and volumes from photon lists generated by a multiscaler",
long_description="%s\n%s"
% (
re.compile("^.. start-badges.*^.. end-badges", re.M | re.S).sub(
"", read("README.rst")
),
re.sub(":[a-z]+:`~?(.*?)`", r"``\1``", read("CHANGELOG.rst")),
),
long_description=\
"PySight is an application aimed at generating multidimensional images"
"from photon lists. The main use case is to parse ``.lst`` files which"
"were generated by FAST ComTec's multiscaler, but other photon lists"
"can also be parsed.\n\nPySight was featured in"
"`this <https://www.osapublishing.org/optica/abstract.cfm?uri=optica-5-9-1104>`_"
"*Optica* article, and was created in Pablo Blinder's Lab at Tel Aviv University.",
author="Hagai Har-Gil",
author_email="hagaihargil@protonmail.com",
url=r"https://github.com/PBLab/python-pysight/",
Expand All @@ -86,7 +86,7 @@ def run(self):
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
],
keywords=["multiscaler", "photon counting"],
keywords=["multiscaler", "photon counting", "imaging"],
cmdclass={"build_ext": CustomBuildExtCommand},
install_requires=[
"numpy >= 1.16",
Expand Down

0 comments on commit 82f74f9

Please sign in to comment.