Skip to content

Commit 8107f83

Browse files
committed
Fix import of version information
1 parent 3f88ef5 commit 8107f83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
packages=[ 'cobs', 'cobs.cobs', 'cobs.cobsr', 'cobs._version', ],
2626
package_dir={
2727
'cobs' : base_dir + '/cobs',
28-
'cobs._version' : '_version',
28+
'cobs._version' : '.',
2929
},
3030
ext_modules=[
3131
Extension('cobs.cobs._cobs_ext', [ base_dir + '/src/_cobs_ext.c', ]),

0 commit comments

Comments
 (0)