Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
description=('''A simple, cross-platform, pure Python module for JavaScript-like message boxes.'''),
long_description=long_description,
long_description_content_type="text/markdown",
license='GPLv3+',
license='BSD-3-Clause',
packages=find_packages(where='src'),
package_dir={'': 'src'},
test_suite='tests',
install_requires=[],
keywords='',
classifiers=[
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
Expand Down