<!--
ChimeraX bundle names must start with "ChimeraX-"
to avoid clashes with package names in pypi.python.org.
When uploaded to the ChimeraX toolshed, the bundle
will be displayed without the ChimeraX- prefix.
-->

<BundleInfo name="ChimeraX-HKLviewer"
	    version="0.2" package="chimerax.cctbx.HKLviewer"
  	    minSessionVersion="1" maxSessionVersion="1">

  <!-- Additional information about bundle source -->
  <Author>UCSF RBVI</Author>
  <Email>chimerax@cgl.ucsf.edu</Email>
  <URL>https://www.rbvi.ucsf.edu/chimerax/</URL>

  <!-- Synopsis is a one-line description
       Description is a full multi-line description -->
  <Synopsis>HKLviewer GUI avaialble from ChimeraX</Synopsis>
  <Description>cctbx.HKLviewer displays crystallographic reflection data</Description>

  <!-- Categories is a list where this bundle should appear -->
  <Categories>
    <Category name="General"/>
  </Categories>

  <!-- Dependencies on other ChimeraX/Python packages -->
  <!-- This example uses functionality from the Tutorial_Command bundle -->
  <Dependencies>
    <Dependency name="ChimeraX-Core" version=">=0.1"/>
    <Dependency name="ChimeraX-UI" version="~=1.0"/>
  </Dependencies>

  <!-- Non-Python files that are part of package -->
  <DataFiles>
    <DataFile>docs/user/tools/tutorial.html</DataFile>
  </DataFiles>

  <Classifiers>
    <!-- Development Status should be compatible with bundle version number -->
    <PythonClassifier>Development Status :: 3 - Alpha</PythonClassifier>
    <PythonClassifier>License :: Freeware</PythonClassifier>
    <!-- ChimeraX classifiers describe supplied functionality -->
    <!-- Register a graphical interface tool -->
    <ChimeraXClassifier>ChimeraX :: Tool :: cctbx.HKLviewer ::
      General :: Graphical interface example</ChimeraXClassifier>
  </Classifiers>

</BundleInfo>
