Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kwant
tkwant
Commits
33b29d3c
Commit
33b29d3c
authored
Sep 02, 2020
by
Christoph Groth
Browse files
setup.py: fix classifiers
parent
ca62b783
Pipeline
#54554
passed with stages
in 20 minutes and 19 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
33b29d3c
...
...
@@ -484,7 +484,9 @@ classifiers = """\
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Physics
Operating System :: POSIX
Operating System :: Unix"""
Operating System :: Unix
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows"""
def
main
():
...
...
@@ -502,7 +504,7 @@ def main():
'sdist'
:
tkwant_sdist
,
'build_ext'
:
tkwant_build_ext
},
ext_modules
=
ext_modules
(
extensions
()),
classifiers
=
classifiers
,
classifiers
=
[
c
.
strip
()
for
c
in
classifiers
.
split
(
'
\n
'
)]
,
install_requires
=
requirements
,
tests_require
=
test_requirements
,
setup_requires
=
setup_requirements
...
...
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