Skip to content

Commit a1dbb9c

Browse files
committed
Simplify conda recipe
1 parent 6bdbe8f commit a1dbb9c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

conda_recipe/meta.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ source:
88

99
build:
1010
number: 0
11-
entry_points:
12-
- beams = beams.__main__:main
1311

1412
requirements:
1513
build:
@@ -46,14 +44,13 @@ requirements:
4644
- cryptography-vectors >=2.3.1
4745

4846
test:
49-
commands:
50-
- beams --help
5147
imports:
5248
- beams
5349

5450
about:
5551
home: https://github.com/computational-metabolomics/beams
56-
license: GPLv3
52+
license: GPL-3
53+
license_family: GPL3
5754

5855
extra:
5956
copy_test_source_files: true

0 commit comments

Comments
 (0)