read the version from __init__.py + update the licence version

This commit is contained in:
Simon
2012-05-13 23:37:44 +02:00
parent fdd4170f94
commit e1826d0f1f
5 changed files with 12 additions and 22 deletions

View File

@@ -2,6 +2,7 @@
# -*- coding:utf-8 -*-
from setuptools import setup
import sigal
import sys
requires = ['PIL', 'jinja2', 'docutils']
@@ -15,7 +16,7 @@ entry_points = {
setup(
name = 'sigal',
version = '0.1',
version = sigal.__version__,
description = 'simple static gallery generator',
long_description = open('README.rst').read(),
url = 'https://github.com/saimn/sigal',