-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundle_info.xml
44 lines (38 loc) · 1.76 KB
/
bundle_info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<BundleInfo name="ChimeraX-OpenCommands"
customInit="true"
minSessionVersion="3"
maxSessionVersion="3"
package="OpenCommands"
purePython="true"
version="1.3a1">
<Author>Tony Schaefer</Author>
<Email>[email protected]</Email>
<URL>https://github.com/ajs99778/ChimeraX_OpenCommands</URL>
<License>license.txt</License>
<Synopsis>Run commands after opening files</Synopsis>
<Description>
Run commands after opening files
</Description>
<Dependencies>
<Dependency name="ChimeraX-Core" version=">=1.4, <=2"/>
</Dependencies>
<!--
# TODO - start after settings?
<Initializations>
<InitAfter type="custom" bundle=""/>
</Initializations>
-->
<Categories>
<Category name="Input/Output"/>
</Categories>
<Classifiers>
<PythonClassifier>Development Status :: 4 - Beta</PythonClassifier>
<PythonClassifier>Framework :: ChimeraX</PythonClassifier>
<PythonClassifier>Intended Audience :: Science/Research</PythonClassifier>
<PythonClassifier>Natural Language :: English</PythonClassifier>
<PythonClassifier>Programming Language :: Python :: 3</PythonClassifier>
<PythonClassifier>Topic :: Scientific/Engineering :: Chemistry</PythonClassifier>
<PythonClassifier>Topic :: Scientific/Engineering :: Visualization</PythonClassifier>
<PythonClassifier>License :: OSI Approved :: Apache Software License</PythonClassifier>
</Classifiers>
</BundleInfo>