Skip to content

Commit

Permalink
undo mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlouden committed Aug 11, 2016
1 parent ee92d01 commit 93c326e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions c_src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "ephemeris.h"
#include "math.h"
#include "blackbody.h"
#include "web.h"
#include <stdlib.h>
#include <stdio.h>

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import numpy.distutils.misc_util
import numpy as np

_web = Extension("spiderman._web",["c_src/_web.c","c_src/heron.c","c_src/segment.c","c_src/areas.c","c_src/intersection.c","c_src/generate.c","c_src/blocked.c","c_src/util.c","c_src/pyutil.c","c_src/main.c","c_src/orthographic.c","c_src/ephemeris.c","c_src/blackbody.c"])
_web = Extension("spiderman._web",["c_src/_web.c","c_src/heron.c","c_src/segment.c","c_src/areas.c","c_src/intersection.c","c_src/generate.c","c_src/blocked.c","c_src/util.c","c_src/pyutil.c","c_src/main.c","c_src/orthographic.c","c_src/ephemeris.c","c_src/web.c"])

setup( name='spiderman-package',
version="0.2.2",
Expand Down

0 comments on commit 93c326e

Please sign in to comment.