summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pants.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/pants.el b/pants.el
index e6f84d7..a09e3d8 100644
--- a/pants.el
+++ b/pants.el
@@ -1,5 +1,15 @@
 ;;; pants.el --- A frontend for pants.
 
+;; Copyright © 2016 Franck Cuny <franck.cuny@gmail.com>
+
+;; Author: Franck Cuny <franck.cuny@gmail.com>
+;; URL: https://github.com/franckcuny/pants.el
+
+;;; Commentary:
+;;
+;; This library provides an interface to `pants', a fast, scalable build system.
+;; See the README for more details.
+
 ;;; Code:
 (require 'compile)
 (require 'python)