Skip to content

Commit

Permalink
[QMI-NNN] Fixes for pypi acceptance (#99)
Browse files Browse the repository at this point in the history
* [QMI-NNN] Fixes for pypi acceptance

* CHANGELOG.md removed from long_description
  • Loading branch information
QFer authored Sep 6, 2024
1 parent f508e4b commit 16af880
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def read(*names, **kwargs):
name="qmi",
version="0.46.0-beta.0",
description="The Quantum Measurement Infrastructure framework",
long_description="{}\n{}".format(read("README.md"), read("CHANGELOG.md")),
long_description="{}\n".format(read('README.md')),
long_description_content_type='text/markdown',
author="QuTech",
author_email="",
url="https://github.com/QuTech-Delft/QMI",
Expand All @@ -40,7 +41,7 @@ def read(*names, **kwargs):
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic:: Scientific / Engineering:: Physics",
"Topic :: Scientific/Engineering :: Physics",
],
project_urls={
"Changelog": "https://github.com/QuTech-Delft/QMI/CHANGELOG.md",
Expand Down

0 comments on commit 16af880

Please sign in to comment.