Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
hggitforge
Commits
5fa2c28dc4e3
Commit
bfa77aff
authored
Oct 14, 2020
by
Elouan Martinet
Browse files
Fix setup.py formatting
parent
95bb3db1356b
Changes
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
5fa2c28d
...
@@ -7,7 +7,7 @@ setup(
...
@@ -7,7 +7,7 @@ setup(
version
=
"0.1.0"
,
version
=
"0.1.0"
,
author
=
"LOGILAB S.A. (Paris, FRANCE)"
,
author
=
"LOGILAB S.A. (Paris, FRANCE)"
,
author_email
=
"contact@logilab.fr"
,
author_email
=
"contact@logilab.fr"
,
packages
=
find_packages
(
exclude
=
[
'
test
'
]),
packages
=
find_packages
(
exclude
=
[
"
test
"
]),
extra_require
=
{
extra_require
=
{
# these dependencies can be installed using system packages
# these dependencies can be installed using system packages
"Pypi dependencies"
:
[
"mercurial"
,
"hg-git"
],
"Pypi dependencies"
:
[
"mercurial"
,
"hg-git"
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment