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
sec23
korte
pymagglobal
Commits
13f05fd9
Commit
13f05fd9
authored
Nov 30, 2020
by
Maximilian Schanner
Committed by
Maximilian Schanner
Nov 30, 2020
Browse files
Got confused with nix lists
parent
54cda46f
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
13f05fd9
...
@@ -67,7 +67,7 @@ setuptools.setup(
...
@@ -67,7 +67,7 @@ setuptools.setup(
'matplotlib>=2.2.5'
,
'matplotlib>=2.2.5'
,
'cartopy>=0.17'
'cartopy>=0.17'
],
],
extras_require
=
{
'tests'
:
[
'orthopoly>=0.7'
'packaging'
]},
extras_require
=
{
'tests'
:
[
'orthopoly>=0.7'
,
'packaging'
]},
package_data
=
{
'pymagglobal'
:
[
'dat/*'
]},
package_data
=
{
'pymagglobal'
:
[
'dat/*'
]},
include_package_data
=
True
,
include_package_data
=
True
,
entry_points
=
{
'console_scripts'
:
[
f
'pymagglobal = '
entry_points
=
{
'console_scripts'
:
[
f
'pymagglobal = '
...
...
Write
Preview
Supports
Markdown
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