Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
path: ..

about:
home: https://github.com/fredboudon/PyQGLViewer
home: https://github.com/openalea/PyQGLViewer
license: GPL
summary: PyQGLViewer is a set of Python bindings for the libQGLViewer C++ library which extends the Qt framework with widgets and tools that eases the creation of OpenGL 3D viewers.

Expand Down Expand Up @@ -62,4 +62,4 @@ test:
source_files: # [unix]
- test/*.py # [unix]
commands: # [unix]
- pytest -v # [unix]
- pytest -v # [unix]
Loading