Skip to content

Commit

Permalink
No more separate file for version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Nov 24, 2009
1 parent 58a5360 commit 31ec2ce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion django_app_template/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from version import __version__
1 change: 0 additions & 1 deletion django_app_template/version.py

This file was deleted.

5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
import sys
from setuptools import setup, find_packages

sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'src'))
from django_app_template import __version__ as version

setup(
name = 'django-app-template',
version = version,
version = '0.1.0',
description = '''Template for my django applications.''',
keywords = 'django apps',
license = 'New BSD License',
Expand Down

0 comments on commit 31ec2ce

Please sign in to comment.