Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit e3d3a06

Browse files
committed
Declare package classifiers.
It is declares python2-only at the momens since there are still issues with python3 support. Related: - github pull request #22 - github pull request #26 - github pull request #29 - github issue #28 - github issue #20 Change on 2016/06/20 by vrusinov <[email protected]> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=125322335
1 parent a832185 commit e3d3a06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,12 @@
4040
url='https://github.com/google/python-gflags',
4141
packages=['gflags', 'gflags.third_party', 'gflags.third_party.pep257'],
4242
data_files=[('bin', ['gflags2man.py'])],
43+
classifiers=[
44+
'Programming Language :: Python :: 2 :: Only',
45+
'Programming Language :: Python :: 2.7',
46+
'Intended Audience :: Developers',
47+
'Topic :: Software Development :: Libraries :: Python Modules',
48+
'License :: OSI Approved :: BSD License',
49+
'Operating System :: OS Independent',
50+
]
4351
)

0 commit comments

Comments
 (0)