Stop using VERSION.txt

This commit is contained in:
Tyson Clugg 2015-03-11 13:53:03 +11:00
parent c2647cc227
commit 11528c9800

View file

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name='django-ddp',
version=open('VERSION.txt', 'r').readline(),
version='0.1.0',
description=__doc__,
long_description=open('README.rst').read(),
author='Tyson Clugg',