Skip to content

Commit 3affd99

Browse files
Update setup.py
1 parent ca37e26 commit 3affd99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version='1.0.0',
99
packages=setuptools.find_packages(),
1010
scripts=['bin/dafi'],
11-
license='Apache License 2.0',
11+
license='Apache 2.0',
1212
author="Virginia Tech",
1313
description="Ensemble based data-assimilation and field inversion.",
1414
long_description=long_description,
@@ -26,7 +26,7 @@
2626
'Development Status :: 4 - Beta',
2727
'Intended Audience :: Science/Research',
2828
'Topic :: Scientific/Engineering',
29-
'License:: OSI Approved:: Apache Software License',
29+
'License :: OSI Approved :: Apache Software License',
3030
'Programming Language :: Python :: 3.8',
3131
],
3232
)

0 commit comments

Comments
 (0)