Skip to content

Commit c9ccdac

Browse files
authored
Update LICENSE in pypi
1 parent 1866304 commit c9ccdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description_content_type="text/markdown",
1414
long_description=open('README.md').read(),
1515
url="https://github.com/wellington36/InfSumPy",
16-
license='MIT',
16+
license='GPL-3.0',
1717
packages=find_packages(),
1818
install_requires=['mpmath'],
1919
keywords=['python', 'sum', 'series', 'infinite-series', 'approximation', 'guaranted-sum']

0 commit comments

Comments
 (0)