Commit 9408d209 authored by Yuanle Song's avatar Yuanle Song
Browse files

add operational file; add private nexus server in project.clj

released on private nexus server.
parent b8f6587c
Loading
Loading
Loading
Loading

operational

0 → 100644
+8 −0
Original line number Diff line number Diff line
* COMMENT -*- mode: org -*-
  #+Date: 2014-05-09
  Time-stamp: <2014-05-09>
  #+STARTUP: content
* done								      :entry:
* current							      :entry:
** 2014-05-09 add sphinx support
* later								      :entry:
+6 −0
Original line number Diff line number Diff line
(defproject python/lein-template "0.3.2"
  :description "lein template for a python project"
  :repositories [["snapshots"
                  {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots"
                   :creds :gpg}]
                 ["releases"
                  {:url "http://devserv.game.yy.com/nexus/content/repositories/releases"
                   :creds :gpg}]]
  :url "http://emacsos.com/lein/python"
  :license {:name "Eclipse Public License"
            :url "http://www.eclipse.org/legal/epl-v10.html"}