We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49868ce commit a2435caCopy full SHA for a2435ca
1 file changed
setup.py
@@ -29,7 +29,8 @@
29
os.path.join('ommbvfortran', 'igrf14.f')],
30
extra_f77_compile_args=extra_args),
31
Extension(name='OMMBV.fortran_coords',
32
- sources=[os.path.join('ommbvfortran', '_coords.f')])]
+ sources=[os.path.join('ommbvfortran',
33
+ '_coords.f')])]
34
35
setup_kwargs = {'ext_modules': extensions}
36
setup(**setup_kwargs)
0 commit comments