We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca37e26 commit 3affd99Copy full SHA for 3affd99
setup.py
@@ -8,7 +8,7 @@
8
version='1.0.0',
9
packages=setuptools.find_packages(),
10
scripts=['bin/dafi'],
11
- license='Apache License 2.0',
+ license='Apache 2.0',
12
author="Virginia Tech",
13
description="Ensemble based data-assimilation and field inversion.",
14
long_description=long_description,
@@ -26,7 +26,7 @@
26
'Development Status :: 4 - Beta',
27
'Intended Audience :: Science/Research',
28
'Topic :: Scientific/Engineering',
29
- 'License:: OSI Approved:: Apache Software License',
+ 'License :: OSI Approved :: Apache Software License',
30
'Programming Language :: Python :: 3.8',
31
],
32
)
0 commit comments