File tree Expand file tree Collapse file tree 5 files changed +21
-3
lines changed
Expand file tree Collapse file tree 5 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1+ =======
2+ History
3+ =======
4+
5+ 1.0.0 (2019-07-01)
6+ -------------------
7+
8+ * First production release
Original file line number Diff line number Diff line change 1+ include LICENSE
2+ include HISTORY.rst
3+ include README.rst
Original file line number Diff line number Diff line change 1717 :target: https://eng-tools.github.io
1818 :alt: ECP project
1919
20+ .. image :: https://zenodo.org/badge/125842866.svg
21+ :target: https://zenodo.org/badge/latestdoi/125842866
22+ :alt: DOI
23+
2024*****
2125eqsig
2226*****
Original file line number Diff line number Diff line change 11__project__ = "eqsig"
22__author__ = "Maxim Millen"
3- __version__ = "0.6.8 "
3+ __version__ = "1.0.0 "
44__license__ = "MIT"
Original file line number Diff line number Diff line change 77with open ('README.rst' ) as readme_file :
88 readme = readme_file .read ()
99
10+ with open ('HISTORY.rst' ) as history_file :
11+ history = history_file .read ()
12+
1013setup (name = 'eqsig' ,
1114 version = about ['__version__' ],
1215 description = 'Signal processing for field and experimental data for earthquake engineering' ,
13- long_description = readme ,
16+ long_description = readme + ' \n \n ' + history ,
1417 url = '' ,
1518 author = about ['__author__' ],
1619 author_email = 'mmi46@uclive.ac.nz' ,
1720 license = about ['__license__' ],
1821 classifiers = [
19- 'Development Status :: 4 - Beta ' ,
22+ 'Development Status :: 5 - Production/Stable ' ,
2023 'Intended Audience :: Science/Research' ,
2124 'Topic :: Scientific/Engineering' ,
2225 'License :: OSI Approved :: MIT License' ,
You can’t perform that action at this time.
0 commit comments