Changes between Version 32 and Version 33 of DevGuide


Ignore:
Timestamp:
Mar 23, 2020, 6:12:42 PM (4 years ago)
Author:
Ryan J Ollos
Comment:

Add note about classifiers.

Legend:

Unmodified
Added
Removed
Modified
  • DevGuide

    v32 v33  
    119119}}}
    1201201. Name your package appropriately. The package name is specified with the `name` argument in `setup.py`. It is recommended that you prefix your package name with `Trac`, for easy identification and to reduce the likelihood of a package name collision with an existing PyPI package. For example, FullBlogPlugin is given the name `TracFullBlog`, and TagsPlugin is given the name `TracTags`.
     1211. Add `Framework :: Trac` to `classifiers` in `setup.py`. The classifiers are used as filters on [https://pypi.org/search/ PyPI].
    1211221. Update dependencies in your environment:
    122123{{{#!sh