Skip to content

Commit

Permalink
update packaging and fix fl8
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Nov 9, 2023
1 parent f1b9ecc commit 3e932b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions EVSVesuvio/scripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
and entry points.
"""


def main():
"""Placeholder.
"""
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:

build:
noarch: python
script: python -m pip install --ignore-installed ../
script: python -m pip install --ignore-installed .
entry_points:
- mvesuvio = EVSVesuvio.scripts:main

Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ tests_require = [
[project.entry-points]
console_scripts = { mvesuvio = "EVSVesuvio.scripts:main" }

[tool.setuptools.packages.find]
where = ["EVSVesuvio"]

[tool.setuptools.package-data]
"EVSvesuvio.vesuvio_analysis" = ["*.OPJ", "*.par", "*.DAT", "*.DAT3", "*.DAT6", "*.txt"]
"EVSvesuvio.experiments" = ["*.NXS", "*.nxs", "*.npz", "*.txt"]
Expand Down

0 comments on commit 3e932b7

Please sign in to comment.