We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b5227 commit 3d1dfdfCopy full SHA for 3d1dfdf
setup.py
@@ -9,8 +9,7 @@
9
DESCRIPTION = "Non-uniform fast Fourier transforms on the GPU"
10
11
with open('python/cufinufft/README.md', encoding='utf8') as fh:
12
- README = fh.read().split('\n')
13
- LONG_DESCRIPTION = '\n'.join([x for x in README if not x[:3] == '[!['])
+ LONG_DESCRIPTION = fh.read()
14
15
# Parse the requirements
16
with open(os.path.join('python/cufinufft', 'requirements.txt'), 'r') as fh:
0 commit comments