Skip to content

Commit

Permalink
Move version from version.txt to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jone committed Nov 30, 2011
1 parent 6ecab7c commit fcf5b51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ftw/contentmenu/version.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = open('ftw/contentmenu/version.txt').read().strip()
version = '2.1dev'
maintainer = 'Thomas Buchberger'

tests_require = [
Expand Down

0 comments on commit fcf5b51

Please sign in to comment.