File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 126126
127127 # Indicate who your project is intended for
128128 'Intended Audience :: Developers' ,
129- 'Topic :: Software Development :: Build Tools' ,
129+ 'Intended Audience :: End Users/Desktop' ,
130+ 'Intended Audience :: Information Technology' ,
131+ 'Intended Audience :: System Administrators' ,
132+
133+ # Topics
134+ 'Topic :: Internet' ,
135+ 'Topic :: Internet :: Name Service (DNS)' ,
136+ 'Topic :: System :: Networking' ,
137+ 'Topic :: Software Development' ,
130138
131139 # Pick your license as you wish
132140 'License :: OSI Approved :: MIT License' ,
135143 # that you indicate whether you support Python 2, Python 3 or both.
136144 # These classifiers are *not* checked by 'pip install'. See instead
137145 # 'python_requires' below.
138- # 'Programming Language :: Python :: 2.7',
146+ 'Programming Language :: Python :: 2.7' ,
139147 'Programming Language :: Python :: 3' ,
140148 ],
141149
You can’t perform that action at this time.
0 commit comments