mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
pep8: E251 no spaces around keyword / parameter equals
This commit is contained in:
parent
1a9d4c7daa
commit
1bd37365e9
1 changed files with 4 additions and 4 deletions
8
setup.py
8
setup.py
|
@ -31,18 +31,18 @@ setup(
|
|||
package_dir={
|
||||
'tito': 'src/tito',
|
||||
},
|
||||
packages = find_packages('src'),
|
||||
include_package_data = True,
|
||||
packages=find_packages('src'),
|
||||
include_package_data=True,
|
||||
|
||||
# non-python scripts go here
|
||||
scripts = [
|
||||
scripts=[
|
||||
'bin/tito',
|
||||
'bin/tar-fixup-stamp-comment.pl',
|
||||
'bin/test-setup-specfile.pl',
|
||||
'bin/generate-patches.pl'
|
||||
],
|
||||
|
||||
classifiers = [
|
||||
classifiers=[
|
||||
'License :: OSI Approved :: GNU General Public License (GPL)',
|
||||
'Development Status :: 2 - Pre-Alpha',
|
||||
'Environment :: Console',
|
||||
|
|
Loading…
Add table
Reference in a new issue