HomeSort by relevance Sort by last modified time
    Searched refs:classifiers (Results 1 - 6 of 6) sorted by null

  /external/llvm/utils/lit/
setup.py 52 classifiers=[ variable
  /external/markdown/
setup.py 41 classifiers = ['Development Status :: 5 - Production/Stable', variable in class:md_install_scripts
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 22 ('list-classifiers', None,
23 'list the valid Trove classifiers'),
28 'verify', 'list-classifiers', 'strict']
55 self.classifiers()
86 def classifiers(self): member in class:register
87 ''' Fetch the list of classifiers from the server.
240 'classifiers': meta.get_classifiers(),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 22 ('list-classifiers', None,
23 'list the valid Trove classifiers'),
28 'verify', 'list-classifiers', 'strict']
55 self.classifiers()
86 def classifiers(self): member in class:register
87 ''' Fetch the list of classifiers from the server.
240 'classifiers': meta.get_classifiers(),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 108 ('classifiers', None,
109 "print the list of classifiers"),
688 elif opt in ('classifiers', 'provides', 'requires',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 108 ('classifiers', None,
109 "print the list of classifiers"),
688 elif opt in ('classifiers', 'provides', 'requires',
    [all...]

Completed in 231 milliseconds