[Buildbot] #3356: Email Template missing in package (not listed in MANIFEST.in / package data)

Buildbot trac trac at buildbot.net
Mon Jan 25 19:04:27 UTC 2016


#3356: Email Template missing in package (not listed in MANIFEST.in / package
data)
--------------------+---------------------
Reporter:  ssc      |       Owner:  dustin
    Type:  defect   |      Status:  closed
Priority:  major    |   Milestone:  0.9.0
 Version:  0.9.0b2  |  Resolution:  fixed
Keywords:           |
--------------------+---------------------

Comment (by rutsky):

 `MANIFEST.in` is for files that gets into source distribution (e.g.
 `buildbot-0.9.0b6.tar.gz` archive): license files, tests, docs etc.

 `package_data` is for files that gets installed along with the application
 sources in installed Python libraries, e.g. data files.

 So data files should be included in both.

 What is `include buildbot/clients/debug.glade` in MANIFEST.in?

--
Ticket URL: <http://trac.buildbot.net/ticket/3356#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list