Skip to content
Snippets Groups Projects
MANIFEST.in 302 B
Newer Older
  • Learn to ignore specific revisions
  • include COPYING
    include TODO
    include NEWS
    include CREDITS
    include README
    
    Stuart Gathman's avatar
    Stuart Gathman committed
    include ChangeLog
    
    include MANIFEST.in
    include testsample.py
    include testmime.py
    
    include testutils.py
    
    include test.py
    include sample.py
    
    Stuart Gathman's avatar
    Stuart Gathman committed
    include milter-template.py
    
    include test/*
    
    Stuart Gathman's avatar
    Stuart Gathman committed
    include Milter/*.py
    
    include *.spec
    
    include start.sh