-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
42 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -195,12 +195,12 @@ | |
""" | ||
__module__ = "XAFSmass" | ||
__versioninfo__ = (1, 4, 3) | ||
__versioninfo__ = (1, 4, 4) | ||
__version__ = '.'.join(map(str, __versioninfo__)) | ||
__author__ = \ | ||
"Konstantin Klementiev (MAX IV Laboratory), " +\ | ||
"Roman Chernikov (Canadian Light Source)" | ||
__email__ = \ | ||
"[email protected], [email protected]" | ||
__date__ = "20 Feb 2023" | ||
__date__ = "22 Feb 2023" | ||
__license__ = "MIT license" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Sphinx inventory version 2 | ||
# Project: XAFSmassQt | ||
# Version: 1.4.3 | ||
# Version: 1.4.4 | ||
# The remainder of this file is compressed using zlib. | ||
xڅ�1�0�w�A�*��֥ Ttp�#���꿯zښR�v���;��k�2c��hTc��!lu��'hT��@�VH��{e�5[���(�?o� ��)+�߅jT��B�:sM�'P�qw�gQ���C�4�d�Q�b�D`&�(���>�M���3�~��5�TL�z�O,���Md=n�4ʤ�'�F���� |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,17 +13,18 @@ | |
|
||
setup( | ||
name='XAFSmass', | ||
version='1.4.2', | ||
version='1.4.4', | ||
description='A program for calculating the mass of XAFS samples. ' | ||
'For synchrotron users.', | ||
long_description=long_description, | ||
long_description_content_type='text/x-rst', | ||
author='Konstantin Klementiev, Roman Chernikov', | ||
author_email='[email protected], [email protected]', | ||
url='http://xafsmass.readthedocs.io', | ||
platforms='OS Independent', | ||
license='MIT License', | ||
keywords='', | ||
zip_safe=True, | ||
zip_safe=False, | ||
packages=['XAFSmass'], | ||
package_data={'XAFSmass': ['data/*.*', 'help/*.*', 'help/_images/*.*', | ||
'help/_images/math/*.*', 'help/_sources/*.*', | ||
|