Skip to content

Commit

Permalink
coulg not use github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
marjan authored and marjan committed Dec 27, 2022
1 parent 40fe172 commit c0592e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"""

from setuptools import setup
# from setuptools import Extension
from setuptools import Extension

_version = '0.2.0'
_version = '0.2.1'

with open('README.md') as readme_file:
readme = readme_file.read()
Expand Down Expand Up @@ -63,8 +63,8 @@
url='https://github.com/arsadri/RobustGaussianFittingLibrary',
version=_version,
zip_safe=False,
# ext_modules=[Extension(name = 'RGFLib',
# sources = ['RobustGaussianFittingLibrary/RGFLib.c'],
# language = 'c',
# extra_compile_args = ['-shared'])],
ext_modules=[Extension(name = 'RGFLib',
sources = ['RobustGaussianFittingLibrary/RGFLib.c'],
language = 'c',
extra_compile_args = ['-shared'])],
)

0 comments on commit c0592e4

Please sign in to comment.