forked from jan/opencl_fdfd
Use readme as long_description
This commit is contained in:
parent
8360f98395
commit
3cd26265bd
5
setup.py
5
setup.py
@ -3,9 +3,14 @@
|
||||
from setuptools import setup, find_packages
|
||||
import opencl_fdfd
|
||||
|
||||
with open('README.md', 'r') as f:
|
||||
long_description = f.read()
|
||||
|
||||
setup(name='opencl_fdfd',
|
||||
version=opencl_fdfd.version,
|
||||
description='OpenCL FDFD solver',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
author='Jan Petykiewicz',
|
||||
author_email='anewusername@gmail.com',
|
||||
url='https://mpxd.net/code/jan/opencl_fdfd',
|
||||
|
Loading…
Reference in New Issue
Block a user