mirror of
https://github.com/sprockets/sprockets.mixins.avro-publisher.git
synced 2024-11-25 11:19:51 +00:00
Dont require an import to get version
This commit is contained in:
parent
0bba76147a
commit
95b904db07
1 changed files with 1 additions and 3 deletions
4
setup.py
4
setup.py
|
@ -3,8 +3,6 @@ import os.path
|
|||
|
||||
import setuptools
|
||||
|
||||
from sprockets.mixins.avro_publisher import __version__
|
||||
|
||||
|
||||
def read_requirements(name):
|
||||
requirements = []
|
||||
|
@ -25,7 +23,7 @@ def read_requirements(name):
|
|||
|
||||
setuptools.setup(
|
||||
name='sprockets.mixins.avro-publisher',
|
||||
version=__version__,
|
||||
version='3.0.0',
|
||||
description='Mixin for publishing events to RabbitMQ as avro datums',
|
||||
long_description=open('README.rst').read(),
|
||||
url='https://github.com/sprockets/sprockets.mixins.avro-publisher',
|
||||
|
|
Loading…
Reference in a new issue