-
Notifications
You must be signed in to change notification settings - Fork 27
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
1 changed file
with
5 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,14 +27,14 @@ | |
|
||
setup( | ||
name="openap", | ||
version="1.2", | ||
version="1.3", | ||
description="Open Aircraft Performance Model (OpenAP) in Python", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://openap.dev", | ||
author="Junzi Sun", | ||
author_email="[email protected]", | ||
license="GNU LGPL v3", | ||
license="GNU Lesser General Public License v3 (LGPLv3)", | ||
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers | ||
classifiers=[ | ||
# How mature is this project? Common values are | ||
|
@@ -44,9 +44,10 @@ | |
"Development Status :: 4 - Beta", | ||
# Indicate who your project is intended for | ||
"Intended Audience :: Developers", | ||
"Topic :: Software Development :: Build Tools", | ||
"Topic :: Scientific/Engineering", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
# Pick your license as you wish (should match "license" above) | ||
"License :: OSI Approved :: GNU LGPL v3", | ||
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", | ||
# Specify the Python versions you support here. In particular, ensure | ||
# that you indicate whether you support Python 2, Python 3 or both. | ||
"Programming Language :: Python :: 3", | ||
|