mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-17 12:01:10 +00:00
Stop using VERSION.txt
This commit is contained in:
parent
c2647cc227
commit
11528c9800
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue