mirror of
https://github.com/verigak/progress.git
synced 2025-12-08 19:33:24 +00:00
Fix copy paste typo
This commit is contained in:
8
setup.py
8
setup.py
@@ -21,9 +21,9 @@ setup(
|
|||||||
'License :: OSI Approved :: ISC License (ISCL)',
|
'License :: OSI Approved :: ISC License (ISCL)',
|
||||||
'Programming Language :: Python :: 2.6',
|
'Programming Language :: Python :: 2.6',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: 3.3'
|
'Programming Language :: Python :: 3.3',
|
||||||
'Programming Language :: Python :: 3.4'
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5'
|
'Programming Language :: Python :: 3.5',
|
||||||
'Programming Language :: Python :: 3.6'
|
'Programming Language :: Python :: 3.6',
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user