Skip to content

Commit 2a53e1a

Browse files
CzarekCzarek
authored andcommitted
Removed spaces from the package name in setup.py to make
it work with debian packages.
1 parent 63390fd commit 2a53e1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)