1 | <BundleInfo name="ChimeraX-Bug-Reporter" version="1.0"
|
---|
2 | package="chimerax.bug_reporter"
|
---|
3 | minSessionVersion="1" maxSessionVersion="1">
|
---|
4 |
|
---|
5 | <Author>UCSF RBVI</Author>
|
---|
6 | <Email>chimerax@cgl.ucsf.edu</Email>
|
---|
7 | <URL>https://www.rbvi.ucsf.edu/chimerax/</URL>
|
---|
8 |
|
---|
9 | <Synopsis>Report bugs when an error occurs</Synopsis>
|
---|
10 | <Description>
|
---|
11 | Tool to allow sending a ChimeraX bug report when an error occurs.
|
---|
12 | </Description>
|
---|
13 |
|
---|
14 | <Categories>
|
---|
15 | <Category name="General"/>
|
---|
16 | </Categories>
|
---|
17 |
|
---|
18 | <Dependencies>
|
---|
19 | <Dependency name="ChimeraX-Core" version=">=0.1"/>
|
---|
20 | <Dependency name="ChimeraX-UI" version=">=1.0"/>
|
---|
21 | </Dependencies>
|
---|
22 |
|
---|
23 | <Classifiers>
|
---|
24 | <PythonClassifier>Development Status :: 2 - Pre-Alpha</PythonClassifier>
|
---|
25 | <PythonClassifier>License :: Free for non-commercial use</PythonClassifier>
|
---|
26 | <ChimeraXClassifier>ChimeraX :: Tool :: Bug Reporter :: General :: Report bugs</ChimeraXClassifier>
|
---|
27 | </Classifiers>
|
---|
28 |
|
---|
29 | </BundleInfo>
|
---|