~ibmcharmers/charms/xenial/ibm-cinder-xiv/devel

« back to all changes in this revision

Viewing changes to .tox/py35/lib/python3.5/site-packages/setuptools-34.1.0.dist-info/entry_points.txt

  • Committer: Ankammarao Chittet
  • Date: 2017-02-09 11:44:41 UTC
  • Revision ID: achittet@in.ibm.com-20170209114441-xronijdxb6nvdv0q
modified the README file for IBM XIV cinder driver charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[console_scripts]
2
 
easy_install = setuptools.command.easy_install:main
3
 
easy_install-3.5 = setuptools.command.easy_install:main
4
 
 
5
 
[distutils.commands]
6
 
alias = setuptools.command.alias:alias
7
 
bdist_egg = setuptools.command.bdist_egg:bdist_egg
8
 
bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
9
 
bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
10
 
build_clib = setuptools.command.build_clib:build_clib
11
 
build_ext = setuptools.command.build_ext:build_ext
12
 
build_py = setuptools.command.build_py:build_py
13
 
develop = setuptools.command.develop:develop
14
 
easy_install = setuptools.command.easy_install:easy_install
15
 
egg_info = setuptools.command.egg_info:egg_info
16
 
install = setuptools.command.install:install
17
 
install_egg_info = setuptools.command.install_egg_info:install_egg_info
18
 
install_lib = setuptools.command.install_lib:install_lib
19
 
install_scripts = setuptools.command.install_scripts:install_scripts
20
 
register = setuptools.command.register:register
21
 
rotate = setuptools.command.rotate:rotate
22
 
saveopts = setuptools.command.saveopts:saveopts
23
 
sdist = setuptools.command.sdist:sdist
24
 
setopt = setuptools.command.setopt:setopt
25
 
test = setuptools.command.test:test
26
 
upload = setuptools.command.upload:upload
27
 
upload_docs = setuptools.command.upload_docs:upload_docs
28
 
 
29
 
[distutils.setup_keywords]
30
 
convert_2to3_doctests = setuptools.dist:assert_string_list
31
 
dependency_links = setuptools.dist:assert_string_list
32
 
eager_resources = setuptools.dist:assert_string_list
33
 
entry_points = setuptools.dist:check_entry_points
34
 
exclude_package_data = setuptools.dist:check_package_data
35
 
extras_require = setuptools.dist:check_extras
36
 
include_package_data = setuptools.dist:assert_bool
37
 
install_requires = setuptools.dist:check_requirements
38
 
namespace_packages = setuptools.dist:check_nsp
39
 
package_data = setuptools.dist:check_package_data
40
 
packages = setuptools.dist:check_packages
41
 
python_requires = setuptools.dist:check_specifier
42
 
setup_requires = setuptools.dist:check_requirements
43
 
test_loader = setuptools.dist:check_importable
44
 
test_runner = setuptools.dist:check_importable
45
 
test_suite = setuptools.dist:check_test_suite
46
 
tests_require = setuptools.dist:check_requirements
47
 
use_2to3 = setuptools.dist:assert_bool
48
 
use_2to3_exclude_fixers = setuptools.dist:assert_string_list
49
 
use_2to3_fixers = setuptools.dist:assert_string_list
50
 
zip_safe = setuptools.dist:assert_bool
51
 
 
52
 
[egg_info.writers]
53
 
PKG-INFO = setuptools.command.egg_info:write_pkg_info
54
 
dependency_links.txt = setuptools.command.egg_info:overwrite_arg
55
 
depends.txt = setuptools.command.egg_info:warn_depends_obsolete
56
 
eager_resources.txt = setuptools.command.egg_info:overwrite_arg
57
 
entry_points.txt = setuptools.command.egg_info:write_entries
58
 
namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
59
 
requires.txt = setuptools.command.egg_info:write_requirements
60
 
top_level.txt = setuptools.command.egg_info:write_toplevel_names
61
 
 
62
 
[setuptools.installation]
63
 
eggsecutable = setuptools.command.easy_install:bootstrap
64