Syntax fixing for a snippet.
This commit is contained in:
parent
9229f08dd1
commit
e8d32e67b5
@ -10,12 +10,12 @@ setup(
|
|||||||
|
|
||||||
# Metadata for pypi
|
# Metadata for pypi
|
||||||
author="BgWorld Unipersonale Srl",
|
author="BgWorld Unipersonale Srl",
|
||||||
author_email = "assistenza@bgworld.it",
|
author_email="assistenza@bgworld.it",
|
||||||
description = "${2:description}",
|
description="${2:description}",
|
||||||
scripts=[
|
scripts=[
|
||||||
'scripts/$1'
|
'scripts/$1'
|
||||||
],
|
],
|
||||||
install_requires = [
|
install_requires=[
|
||||||
'click==7.1.2',
|
'click==7.1.2',
|
||||||
'inotify==0.2.10',
|
'inotify==0.2.10',
|
||||||
'nose==1.3.7',
|
'nose==1.3.7',
|
||||||
@ -23,7 +23,7 @@ setup(
|
|||||||
'python-magic==0.4.18',
|
'python-magic==0.4.18',
|
||||||
],
|
],
|
||||||
package_data={
|
package_data={
|
||||||
'dagherroforo': [ 'dagherroforo_example.conf' ],
|
'dagherroforo': ['dagherroforo_example.conf'],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
endsnippet
|
endsnippet
|
||||||
|
Loading…
Reference in New Issue
Block a user