Skip to content

Commit

Permalink
Changed PyNIO.pth to Nio.pth.
Browse files Browse the repository at this point in the history
  • Loading branch information
haley committed Apr 7, 2009
1 parent fb5d01d commit db86c7a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include PyNIO.pth
include Nio.pth
include setup.py
include README
include INSTALL
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def get_grib2_codetables():
if os.path.exists('MANIFEST'): os.remove('MANIFEST')

pynio_pkg_name = 'PyNIO'
pynio_pth_file = [pynio_pkg_name + '.pth']
pynio_pth_file = ['Nio.pth']
DMACROS = [ ('NeedFuncProto','1'), ('NIO_LIB_ONLY', '1') ]

INC_DIRS.insert(0,os.path.join(pkgs_pth,"numpy","core","include"))
Expand Down

0 comments on commit db86c7a

Please sign in to comment.