Ticket #118 (new defect)

Opened 16 months ago

Last modified 16 months ago

release tarballs aren't including LICENSE

Reported by: guest Owned by:
Priority: normal Milestone:
Component: core Version: 0.7.1
Keywords: Cc: toshio@…

Description

There is a LICENSE file available in the repository but it's not ending up in the tarballs. I'll attach a patch to MANIFEST.in to fix this.

Change History

Changed 16 months ago by guest

Attachments don't seem to be working for me. Here's the patch inline:

diff -up Elixir-0.7.1/MANIFEST.in.lcns Elixir-0.7.1/MANIFEST.in
--- Elixir-0.7.1/MANIFEST.in.lcns       2012-02-08 08:35:57.691609712 -0800
+++ Elixir-0.7.1/MANIFEST.in    2012-02-08 08:36:07.946503065 -0800
@@ -1 +1,2 @@
 exclude release.howto
+include LICENSE

Note: See TracTickets for help on using tickets.