diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ setuptools.setup( install_requires=["flask>=1.1.2", "beautifulsoup4>=4.3.2", "requests>=2.1.0"], classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: BSD License", + "License :: Public Domain", "Operating System :: OS Independent", ], python_requires=">=3.6", |