File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
from contextlib import contextmanager
4
4
5
5
@contextmanager
6
- def open_ctm (filename ):
6
+ def open (filename ):
7
7
ctm_context = ctmNewContext (CTM_IMPORT )
8
8
yield CtmFile (ctm_context , filename )
9
9
ctmFreeContext (ctm_context )
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ def has_ext_modules(foo):
6
6
return True
7
7
8
8
setup (
9
- name = 'python-ctm ' ,
10
- version = '1.0.2 ' ,
11
- description = 'Python bindings for the OpenCTM Library' ,
12
- long_description = 'Python bindings for the OpenCTM Library' ,
13
- url = 'https://github.com/lejafar/python-ctm ' ,
9
+ name = 'python-openctm ' ,
10
+ version = '1.0.0 ' ,
11
+ description = 'Python Interface for the OpenCTM Library' ,
12
+ long_description = 'Python Interface for the OpenCTM Library' ,
13
+ url = 'https://github.com/lejafar/python-openctm ' ,
14
14
author = 'Rafael Hautekiet' ,
15
15
16
16
license = 'zlib License' ,
You can’t perform that action at this time.
0 commit comments