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
MecaIceIGE
Tools
lib_python
xarray_image_processing
Commits
f4553bd5
Commit
f4553bd5
authored
Sep 28, 2022
by
Thomas Chauve
Browse files
fix build package
parent
5f45b6b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
f4553bd5
...
...
@@ -102,13 +102,13 @@ setup(
author_email
=
EMAIL
,
python_requires
=
REQUIRES_PYTHON
,
url
=
URL
,
packages
=
find_packages
(
exclude
=
(
'tests'
,)),
#
packages=find_packages(exclude=('tests',)),
# If your package is a single module, use this instead of 'packages':
#
py_modules=[
'mypackage'
],
py_modules
=
[
NAME
],
#
entry_points={
#
'console_scripts': ['mycli=
mymodule
:cli'],
#
},
entry_points
=
{
'console_scripts'
:
[
'mycli=
'
+
NAME
+
'
:cli'
],
},
install_requires
=
REQUIRED
,
extras_require
=
EXTRAS
,
include_package_data
=
True
,
...
...
xarray_image_processing.egg-info/PKG-INFO
View file @
f4553bd5
...
...
@@ -6,7 +6,6 @@ Home-page: https://gricad-gitlab.univ-grenoble-alpes.fr/mecaiceige/tools/lib_pyt
Author: Thomas Chauve
Author-email: thomas.chauve@univ-grenoble-alpes.fr
License: GPL-3.0
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
...
...
@@ -15,4 +14,3 @@ Requires-Python: >=3.7
License-File: LICENSE
Tools for xarray
xarray_image_processing.egg-info/requires.txt
View file @
f4553bd5
...
...
@@ -3,3 +3,4 @@ numpy
matplotlib
scikit-image
scipy
tqdm
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