Skip to content

Commit 4ce41e3

Browse files
authored
Update setup.py
1 parent fcf24bd commit 4ce41e3

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
@@ -22,12 +22,12 @@
2222
python_requires='>=3.7',
2323
classifiers=[
2424
"Programming Language :: Python :: 3",
25-
"License :: OSI Approved :: Apache 2.0",
25+
"License :: OSI Approved :: Apache Software License",
2626
"Operating System :: OS Independent",
2727
],
2828
entry_points={
2929
'console_scripts': [
3030
'ddfr=ddfr.ddfr:interactive',
3131
],
3232
},
33-
)
33+
)

0 commit comments

Comments
 (0)