avoid importing the package before its installed...
This commit is contained in:
parent
66c30e6eab
commit
792b161753
3
setup.py
3
setup.py
@ -1,13 +1,12 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
import opencl_fdfd
|
|
||||||
|
|
||||||
with open('README.md', 'r') as f:
|
with open('README.md', 'r') as f:
|
||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
|
||||||
setup(name='opencl_fdfd',
|
setup(name='opencl_fdfd',
|
||||||
version=opencl_fdfd.version,
|
version='0.3',
|
||||||
description='OpenCL FDFD solver',
|
description='OpenCL FDFD solver',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
Loading…
Reference in New Issue
Block a user