Skip to content

gslin/trac-subtickets-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.5%
  • PLpgSQL 12.4%
  • Other 1.1%