Skip to content

Commit a8929e6

Browse files
committed
cleanup
1 parent f16b97b commit a8929e6

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

setup.py

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,3 @@
22
from setuptools import setup
33
if __name__ == "__main__":
44
setup()
5-
6-
#
7-
# import os
8-
#
9-
# version = '0.1'
10-
# with open(os.path.join('xrayweb', '_version.py')) as fh:
11-
# for line in fh.readlines():
12-
# line = line[:-1].strip()
13-
# if line.startswith('__version'):
14-
# words = line.split('=') + [' ', ' ']
15-
# version = words[1].strip().replace("'", '').replace('"', '')
16-
#
17-
#
18-
# pkg_data = {'xrayweb.template': ['template/*'],
19-
# 'xrayweb.static': ['static/*']}
20-
#
21-
# setup(name='xrayweb',
22-
# version = version,
23-
# author = 'Alex Nicolellis and Matthew Newville',
24-
# author_email = '[email protected]',
25-
# license = 'MIT',
26-
# description = 'Web interface for X-ray Properties of the elements',
27-
# install_requires=('sqlalchemy', 'numpy', 'scipy', 'xraydb', 'flask', 'plotly'),
28-
# package_dir = {'xrayweb': 'xrayweb'},
29-
# packages = ['xrayweb'],
30-
# package_data = pkg_data,
31-
# zip_safe=False,
32-
# )

xrayweb/templates/scattering.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
</table>
183183

184184
</form>
185-
xs
185+
186186
<p>
187187

188188
{% if mu_plot %}

0 commit comments

Comments
 (0)