Skip to content

trac-hacks/trac-subtickets-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trac-subtickets-plugin

A sub-ticket support plugin for trac

Release

  1. Comment out the following in setup.cfg and commit:

    [egg_info]
    tag_build = dev
    
  2. Tag the release:

    git tag <version>
    git push --tags
    
  3. Create the release and upload to PyPI:

    rm -rf dist
    python setup.py release
    twine upload dist/*
    

About

A sub-ticket support plugin for trac

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.3%
  • PLpgSQL 12.3%
  • CSS 0.4%