Skip to content

Commit 61b2d0a

Browse files
author
Carwyn Pelley
authored
BUG: Fixed license classifier issue preventing pypi upload
Validated fix by uploading to pypi test repository: https://testpypi.python.org/pypi/stratify/0.1
1 parent af7074c commit 61b2d0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ def extract_version():
4141
packages=find_packages(),
4242
classifiers=[
4343
'Development Status :: 3 - Alpha',
44-
('License :: OSI Approved :: '
45-
'License :: OSI Approved :: BSD License'),
44+
'License :: OSI Approved :: BSD License',
4645
'Operating System :: MacOS :: MacOS X',
4746
'Operating System :: POSIX',
4847
'Operating System :: POSIX :: AIX',

0 commit comments

Comments
 (0)