Edgewall Software

Changes between Version 65 and Version 66 of TracDev/PluginDevelopment


Ignore:
Timestamp:
Aug 4, 2014, 9:05:00 PM (10 years ago)
Author:
Chris Nelson
Comment:

Entry "points" group (plural)

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment

    v65 v66  
    6060TracPlugins are packaged as [http://peak.telecommunity.com/DevCenter/PythonEggs Python Eggs]. You can use [http://peak.telecommunity.com/DevCenter/setuptools setuptools] to make a `setup.py` script that will produce a Python egg for your plugin.
    6161
    62 The egg needs to export an [http://peak.telecommunity.com/DevCenter/setuptools#dynamic-discovery-of-services-and-plugins entry point] group named `trac.plugins`, listing the names of the modules that Trac should import for the plugin-provided components to get registered. For example:
     62The egg needs to export an [http://peak.telecommunity.com/DevCenter/setuptools#dynamic-discovery-of-services-and-plugins entry points] group named `trac.plugins`, listing the names of the modules that Trac should import for the plugin-provided components to get registered. For example:
    6363
    6464{{{