Skip to content

Commit

Permalink
Merge 8277501 into 462f328
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonanes committed Sep 24, 2019
2 parents 462f328 + 8277501 commit 640a94e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
33 changes: 33 additions & 0 deletions kikuchipy/hyperspy_extension.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# -*- coding: utf-8 -*-
# Copyright 2019 The KikuchiPy developers
#
# This file is part of KikuchiPy.
#
# KikuchiPy is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# KikuchiPy is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with KikuchiPy. If not, see <http://www.gnu.org/licenses/>.

signals:
EBSD:
signal_type: "EBSD"
signal_type_aliases:
- electron_backscatter_diffraction
signal_dimension: 2
dtype: real
lazy: False
module: kikuchipy.signals
LazyEBSD:
signal_type: "LazyEBSD"
signal_dimension: 2
dtype: real
lazy: True
module: kikuchipy.lazy_signals
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
'dask[array]',
],
package_data={
'': ['LICENSE', 'README.md'],
'': ['LICENSE', 'README.md', 'hyperspy_extension.yml'],
'kikuchipy': ['*.py'],
}
},
entry_points={'hyperspy.extensions': ['kikuchipy = kikuchipy']},
)

0 comments on commit 640a94e

Please sign in to comment.