Skip to content

Commit 121440a

Browse files
author
Matthias Koefferlein
committed
Better description. Fixed typo.
1 parent 6057eb4 commit 121440a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
path: dist/*.tar.gz
5757

58-
upload_to_test_pypy:
58+
upload_to_test_pypi:
5959
needs: [build, make_sdist]
6060
runs-on: ubuntu-latest
6161
steps:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
setup(name='FastCap2',
4444
version='2.0',
4545
description='FastCap2 Python port',
46-
long_description='This Python module wraps the venerable FastCap2 tool into a Python module.\n\nFor more details see https://klayoutmatthias.github.io/FastCap2/introduction.html',
46+
long_description='FastCap2 is a venerable state-of-the art tool to compute the capacitance matrix from an arrangement of (ideal) conductors and dielectric surfaces in the quasi-static case. This module provides a Python API for this tool.\n\nFor more details see https://klayoutmatthias.github.io/FastCap2/introduction.html',
4747
long_description_content_type='text/x-rst',
4848
author='Matthias Koefferlein',
4949
url='https://klayoutmatthias.github.io/FastCap2/',

0 commit comments

Comments
 (0)