Skip to content

Commit dbd2238

Browse files
committed
rename some stuff
1 parent 22a216b commit dbd2238

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

openctm/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from contextlib import contextmanager
44

55
@contextmanager
6-
def open_ctm(filename):
6+
def open(filename):
77
ctm_context = ctmNewContext(CTM_IMPORT)
88
yield CtmFile(ctm_context, filename)
99
ctmFreeContext(ctm_context)

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ def has_ext_modules(foo):
66
return True
77

88
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',
1414
author='Rafael Hautekiet',
1515
author_email='[email protected]',
1616
license='zlib License',

0 commit comments

Comments
 (0)