From 09952beb18ab73f1df893ad04735789dbe83d379 Mon Sep 17 00:00:00 2001 From: Momar Date: Sat, 31 Mar 2018 20:28:55 +1100 Subject: [PATCH] Minor edit to licence name in metadata --- paper.json | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paper.json b/paper.json index c7100eb..0de09fc 100644 --- a/paper.json +++ b/paper.json @@ -17,7 +17,7 @@ "dateCreated": "2018-03-30", "description": "MCycle: A Python package for 1D sizing and analysis of thermodynamic power cycles", "keywords": "thermodynamics, power cycle, component sizing", - "license": "Apache License 2.0", + "license": "Apache-2.0", "title": "MCycle", "version": "v0.1.3" } diff --git a/setup.py b/setup.py index 77cc045..48b0c26 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ url='https://github.com/momargoh/MCycle', author='Momar Hughes', author_email='momar.hughes@unsw.edu.au', - license='Apache License 2.0', + license='Apache-2.0', classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers',