summaryrefslogtreecommitdiff
path: root/setuptools.egg-info/entry_points.txt
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools.egg-info/entry_points.txt')
-rwxr-xr-xsetuptools.egg-info/entry_points.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt
new file mode 100755
index 00000000..8baf6137
--- /dev/null
+++ b/setuptools.egg-info/entry_points.txt
@@ -0,0 +1,17 @@
+[distutils.commands]
+rotate = setuptools.command.rotate:rotate
+develop = setuptools.command.develop:develop
+setopt = setuptools.command.setopt:setopt
+saveopts = setuptools.command.saveopts:saveopts
+egg_info = setuptools.command.egg_info:egg_info
+depends = setuptools.command.depends:depends
+upload = setuptools.command.upload:upload
+alias = setuptools.command.alias:alias
+easy_install = setuptools.command.easy_install:easy_install
+bdist_egg = setuptools.command.bdist_egg:bdist_egg
+install = setuptools.command.install:install
+test = setuptools.command.test:test
+install_lib = setuptools.command.install_lib:install_lib
+build_ext = setuptools.command.build_ext:build_ext
+sdist = setuptools.command.sdist:sdist
+