Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rijnb committed Sep 20, 2019
1 parent 7200528 commit e431119
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#!/usr/bin/env python

from distutils.core import setup, Extension
import setuptools

module_version = '2.5.5.0'

setup(
setuptools.setup(
name='mapcode',
ext_modules=[Extension('mapcode',
ext_modules=[setuptools.Extension('mapcode',
sources=['mapcodemodule.c', 'mapcodelib/mapcoder.c', 'mapcodelib/mapcode_legacy.c'],
include_dirs=['mapcodelib']
)],
Expand Down

0 comments on commit e431119

Please sign in to comment.