Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

entry_points.txt 2.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. [console_scripts]
  2. easy_install = setuptools.command.easy_install:main
  3. easy_install-3.6 = setuptools.command.easy_install:main
  4. [distutils.commands]
  5. alias = setuptools.command.alias:alias
  6. bdist_egg = setuptools.command.bdist_egg:bdist_egg
  7. bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
  8. bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
  9. build_clib = setuptools.command.build_clib:build_clib
  10. build_ext = setuptools.command.build_ext:build_ext
  11. build_py = setuptools.command.build_py:build_py
  12. develop = setuptools.command.develop:develop
  13. dist_info = setuptools.command.dist_info:dist_info
  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. [distutils.setup_keywords]
  29. convert_2to3_doctests = setuptools.dist:assert_string_list
  30. dependency_links = setuptools.dist:assert_string_list
  31. eager_resources = setuptools.dist:assert_string_list
  32. entry_points = setuptools.dist:check_entry_points
  33. exclude_package_data = setuptools.dist:check_package_data
  34. extras_require = setuptools.dist:check_extras
  35. include_package_data = setuptools.dist:assert_bool
  36. install_requires = setuptools.dist:check_requirements
  37. namespace_packages = setuptools.dist:check_nsp
  38. package_data = setuptools.dist:check_package_data
  39. packages = setuptools.dist:check_packages
  40. python_requires = setuptools.dist:check_specifier
  41. setup_requires = setuptools.dist:check_requirements
  42. test_loader = setuptools.dist:check_importable
  43. test_runner = setuptools.dist:check_importable
  44. test_suite = setuptools.dist:check_test_suite
  45. tests_require = setuptools.dist:check_requirements
  46. use_2to3 = setuptools.dist:assert_bool
  47. use_2to3_exclude_fixers = setuptools.dist:assert_string_list
  48. use_2to3_fixers = setuptools.dist:assert_string_list
  49. zip_safe = setuptools.dist:assert_bool
  50. [egg_info.writers]
  51. PKG-INFO = setuptools.command.egg_info:write_pkg_info
  52. dependency_links.txt = setuptools.command.egg_info:overwrite_arg
  53. depends.txt = setuptools.command.egg_info:warn_depends_obsolete
  54. eager_resources.txt = setuptools.command.egg_info:overwrite_arg
  55. entry_points.txt = setuptools.command.egg_info:write_entries
  56. namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
  57. requires.txt = setuptools.command.egg_info:write_requirements
  58. top_level.txt = setuptools.command.egg_info:write_toplevel_names
  59. [setuptools.installation]
  60. eggsecutable = setuptools.command.easy_install:bootstrap