Skip to content

Commit

Permalink
Changelog update for 0.5.0 release (#144)
Browse files Browse the repository at this point in the history
* Changelog update for 0.5.0 release

* setup.py updates: add classifiers, license
  • Loading branch information
ajjackson authored Apr 15, 2021
1 parent c060807 commit e525bb7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
`Unreleased <https://github.com/pace-neutrons/Euphonic/compare/v0.4.0...HEAD>`_
`Unreleased <https://github.com/pace-neutrons/Euphonic/compare/v0.5.0...HEAD>`_
----------

`v0.5.0 <https://github.com/pace-neutrons/Euphonic/compare/v0.4.0...v0.5.0>`_
----------

- New Features:
Expand Down
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,21 @@ def run_setup(build_c=True):
cmdclass=cmdclass,
author='Rebecca Fair',
author_email='rebecca.fair@stfc.ac.uk',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: C',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Physics',
],
description=(
'Euphonic calculates phonon bandstructures and inelastic '
'neutron scattering intensities from modelling code output '
'(e.g. CASTEP)'),
license='GPLv3',
license_files=('LICENSE',),
long_description=long_description,
long_description_content_type='text/x-rst',
url='https://github.com/pace-neutrons/Euphonic',
Expand Down

0 comments on commit e525bb7

Please sign in to comment.