Biding my time before the morning meeting
This commit is contained in:
parent
a0e95692e0
commit
79827d7bbe
20
COPYRIGHT
Normal file
20
COPYRIGHT
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
Copyright (c) 2010-2012 Paul Tagliamonte <tag@pault.ag>
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
copy of this software and associated documentation files (the "Software"),
|
||||||
|
to deal in the Software without restriction, including without limitation
|
||||||
|
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
DEALINGS IN THE SOFTWARE.
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
|
|
||||||
|
|
||||||
(import ["sys"
|
|
||||||
"os.path"])
|
|
||||||
|
|
||||||
(def square (fn [x]
|
|
||||||
(* x x)))
|
|
||||||
|
|
||||||
(print os.path)
|
|
8
setup.py
8
setup.py
@ -4,7 +4,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
long_description = open('README.md', 'r').read()
|
long_description = open('README.md', 'r').read()
|
||||||
appname = "hy"
|
appname = "hy"
|
||||||
version = "0.0.1"
|
version = "0.6.0"
|
||||||
|
|
||||||
setup(**{
|
setup(**{
|
||||||
"name": appname,
|
"name": appname,
|
||||||
@ -16,10 +16,10 @@ setup(**{
|
|||||||
'hy.compiler'
|
'hy.compiler'
|
||||||
],
|
],
|
||||||
"author": "Paul Tagliamonte",
|
"author": "Paul Tagliamonte",
|
||||||
"author_email": "paultag@debian.org",
|
"author_email": "tag@pault.ag",
|
||||||
"long_description": long_description,
|
"long_description": long_description,
|
||||||
"description": 'does some stuff with things & stuff',
|
"description": 'lisp and python love eachother',
|
||||||
"license": "Expat",
|
"license": "Expat",
|
||||||
"url": "",
|
"url": "http://hy.pault.ag/",
|
||||||
"platforms": ['any']
|
"platforms": ['any']
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user