Skip to content

Commit

Permalink
rename license name in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkshing committed May 10, 2022
1 parent 4f8e249 commit b194d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _requires_from_file(filename):
long_description_content_type="text/markdown",
package_dir={'': 'src'},
packages=find_packages(where='src'),
license='Apache License 2.0',
license='Apache-2.0 License',
install_requires=_requires_from_file('requirements.txt'),
extras_require={'dev': ['pytest', 'python-dotenv']},
)

0 comments on commit b194d31

Please sign in to comment.