Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Nov 2, 2024
1 parent f16b97b commit a8929e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
28 changes: 0 additions & 28 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,3 @@
from setuptools import setup
if __name__ == "__main__":
setup()

#
# import os
#
# version = '0.1'
# with open(os.path.join('xrayweb', '_version.py')) as fh:
# for line in fh.readlines():
# line = line[:-1].strip()
# if line.startswith('__version'):
# words = line.split('=') + [' ', ' ']
# version = words[1].strip().replace("'", '').replace('"', '')
#
#
# pkg_data = {'xrayweb.template': ['template/*'],
# 'xrayweb.static': ['static/*']}
#
# setup(name='xrayweb',
# version = version,
# author = 'Alex Nicolellis and Matthew Newville',
# author_email = 'newville@cars.uchicago.edu',
# license = 'MIT',
# description = 'Web interface for X-ray Properties of the elements',
# install_requires=('sqlalchemy', 'numpy', 'scipy', 'xraydb', 'flask', 'plotly'),
# package_dir = {'xrayweb': 'xrayweb'},
# packages = ['xrayweb'],
# package_data = pkg_data,
# zip_safe=False,
# )
2 changes: 1 addition & 1 deletion xrayweb/templates/scattering.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
</table>

</form>
xs

<p>

{% if mu_plot %}
Expand Down

0 comments on commit a8929e6

Please sign in to comment.