mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
move code linting to a stricter pep8-esque auto-formatting tool, black
This commit is contained in:
@@ -68,11 +68,7 @@ setup(
|
||||
'requests',
|
||||
],
|
||||
python_requires=">=3.6",
|
||||
extras_require={
|
||||
'formatting': ['jq'],
|
||||
'websockets': ['websocket-client==0.57.0'],
|
||||
'crypto': ['cryptography']
|
||||
},
|
||||
extras_require={'formatting': ['jq'], 'websockets': ['websocket-client==0.57.0'], 'crypto': ['cryptography']},
|
||||
license='Apache 2.0',
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
@@ -87,10 +83,5 @@ setup(
|
||||
'Topic :: System :: Software Distribution',
|
||||
'Topic :: System :: Systems Administration',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'akit=awxkit.scripts.basic_session:load_interactive',
|
||||
'awx=awxkit.cli:run'
|
||||
]
|
||||
}
|
||||
entry_points={'console_scripts': ['akit=awxkit.scripts.basic_session:load_interactive', 'awx=awxkit.cli:run']},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user