1
0
Fork 0

Added LICENSE note

This commit is contained in:
Daniele Tricoli 2010-11-16 12:46:48 +01:00
parent cb3f74916a
commit f89ff4aacd
2 changed files with 14 additions and 0 deletions

View File

@ -1,2 +1,9 @@
# -*- coding: utf-8 -*-
"""microcms package, minimalistic flatpage enhancement.
THIS SOFTWARE IS UNDER BSD LICENSE.
Copyright (c) 2010 Daniele Tricoli <eriol@mornie.org>
Read LICENSE for more informations.
"""
VERSION = (0, 0, 4)

View File

@ -1,4 +1,11 @@
# -*- coding: utf-8 -*-
"""microcms setup file.
THIS SOFTWARE IS UNDER BSD LICENSE.
Copyright (c) 2010 Daniele Tricoli <eriol@mornie.org>
Read LICENSE for more informations.
"""
from setuptools import setup, find_packages
from microcms import VERSION