Ticket #2013: bundle_info.xml

File bundle_info.xml, 2.0 KB (added by andresgineranton@…, 6 years ago)

Added by email2trac

Line 
1<!--
2ChimeraX bundle names must start with "ChimeraX-"
3to avoid clashes with package names in pypi.python.org.
4When uploaded to the ChimeraX toolshed, the bundle
5will be displayed without the ChimeraX- prefix.
6-->
7
8<BundleInfo name="ChimeraX-GaudiViewX"
9 version="0.5" package="chimerax.gaudiviewx"
10 minSessionVersion="1" maxSessionVersion="1">
11
12 <!-- Additional information about bundle source -->
13 <Author>Andrés Giner Antón</Author>
14 <Email>andresgineranton@outlook.com</Email>
15 <URL>https://github.com/andresginera/gaudiviewx/</URL>
16
17 <!-- Synopsis is a one-line description
18 Description is a full multi-line description -->
19 <Synopsis>Graphical interface to explore, view and analyze solutions from GaudiMM inside UCSF ChimeraX</Synopsis>
20 <Description>Graphical interface for GaudiMM solutions.
21
22This UCSF ChimeraX bundle is an improvement of the package
23GaudiView to use the new UCSF ChimeraX for rendring the Gaudi solutions.
24 </Description>
25
26 <!-- Categories is a list where this bundle should appear -->
27 <Categories>
28 <Category name="Insilichem"/>
29 </Categories>
30
31 <!-- Dependencies on other ChimeraX/Python packages -->
32 <!-- This example uses functionality from the Tutorial_Command bundle -->
33 <Dependencies>
34 <Dependency name="Pyyaml" version=">=5.0"/>
35 <Dependency name="ChimeraX-Core" version=">=0.1"/>
36 <Dependency name="ChimeraX-UI" version=">=1.0"/>
37 </Dependencies>
38
39
40 <!-- Non-Python files that are part of package -->
41 <DataFiles>
42 <DataFile>docs/user/tools/guide.html</DataFile>
43 </DataFiles>
44
45 <Classifiers>
46 <!-- Development Status should be compatible with bundle version number -->
47 <PythonClassifier>Development Status :: 3 - Alpha</PythonClassifier>
48 <PythonClassifier>License :: Freeware</PythonClassifier>
49 <!-- ChimeraX classifiers describe supplied functionality -->
50 <!-- Register a graphical interface tool -->
51 <ChimeraXClassifier>ChimeraX :: Tool :: GaudiViewX ::
52 Insilichem :: Graphical interface for Gaudi outputs</ChimeraXClassifier>
53 </Classifiers>
54
55</BundleInfo>