Skip to content

Commit

Permalink
trying to get "long_description" to work. moving to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Apr 14, 2024
1 parent 01d111b commit 326e1d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ build-backend = "setuptools.build_meta"
[project]
name = "ukaea_pyuda"
version = "2.7.5"
long_description="""pyuda is the the python interface to the uda (uda data access) client, which provides remote access to scientific and experimental data from a number of international labs hosting uda data servers""",
dependencies = ["numpy>=1.7", "Cython>=0.29", "six"]
1 change: 0 additions & 1 deletion source/wrappers/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ setup(
description='Unified Data Access (UDA)',
author='Jonathan Hollocombe',
author_email='jonathan.hollocombe@ukaea.uk',
long_description="""pyuda is the the python interface to the uda (uda data access) client, which provides remote access to scientific and experimental data from a number of international labs hosting uda data servers""",
url='https://github.com/stephen-dixon/uda',
packages=['ukaea_pyuda'],
ext_modules=cythonize([ext]),
Expand Down

0 comments on commit 326e1d4

Please sign in to comment.