Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
backtranslate
Commits
549cc411
Commit
549cc411
authored
Sep 21, 2015
by
Laros
Browse files
Setup fix retry 3.
parent
664223ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
549cc411
...
...
@@ -58,7 +58,6 @@ classifiers += [
'{} :: {}'
.
format
(
language_string
,
supported
[
-
1
][
0
])]
+
\
[
'{} :: {}.{}'
.
format
(
language_string
,
*
version
)
for
version
in
supported
]
print
classifiers
setup
(
name
=
package_name
,
version
=
distmeta
[
'__version_info__'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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