Skip to content

Commit d930cd8

Browse files
CzarekCzarek
authored andcommitted
Removed spaces from the package name in setup.py to make
it work with debian packages.
1 parent 4fa1534 commit d930cd8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cefpython/cef1/linux/installer/setup.py.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22

33
setup(
4-
name='CEF Python 1',
4+
name='cefpython1',
55
version='%(APP_VERSION)s',
66
description='Python bindings for the Chromium Embedded Framework',
77
license='BSD 3-Clause',

cefpython/cef3/linux/installer/setup.py.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22

33
setup(
4-
name='CEF Python 3',
4+
name='cefpython3',
55
version='%(APP_VERSION)s',
66
description='Python bindings for the Chromium Embedded Framework',
77
license='BSD 3-Clause',

0 commit comments

Comments
 (0)