Skip to content

Commit

Permalink
Read version from module for setup().
Browse files Browse the repository at this point in the history
  • Loading branch information
JNRowe authored and fcuny committed Feb 10, 2012
1 parent ed3f345 commit 9c4c303
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
@@ -1,8 +1,10 @@
from setuptools import setup

import http

setup(
name='http',
version='0.1.0',
version=http.__version__,
description='HTTP library for Python',
long_description=open('README').read(),
author='Franck Cuny',
Expand Down

0 comments on commit 9c4c303

Please sign in to comment.