Skip to content
Snippets Groups Projects
Commit 76ebb28a authored by André MAYORAZ's avatar André MAYORAZ Committed by Yannick DAYER
Browse files

Small cleanup in meta.yaml and MANIFEST.in

parent 468fe90a
Branches
Tags
1 merge request!69Cookiecutter restructuration
include LICENSE README.rst develop.cfg include LICENSE README.rst develop.cfg
recursive-include doc conf.py *.rst recursive-include doc conf.py *.rst
recursive-include bob/learn/em *.cpp *.h recursive-include src/bob/learn/em/data *.*
recursive-include bob/learn/em/data *.*
...@@ -43,7 +43,7 @@ requirements: ...@@ -43,7 +43,7 @@ requirements:
test: test:
imports: imports:
- {{ name }} - {{ name.replace('-','_') }}
commands: commands:
# runs tests for package only, report only what is in the package # runs tests for package only, report only what is in the package
# creates xml tests report and place it in a specific directory # creates xml tests report and place it in a specific directory
...@@ -53,6 +53,6 @@ test: ...@@ -53,6 +53,6 @@ test:
about: about:
home: {{ data['project']['urls']['homepage'] }} home: {{ data['project']['urls']['homepage'] }}
license: {{ data['project']['description'] }} summary: {{ data['project']['description'] }}
summary: {{ data['project']['license']['text'] }} license: {{ data['project']['license']['text'] }}
license_family: BSD license_family: BSD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment