Skip to content

Commit e85ea64

Browse files
committed
Embed version into setup.py
1 parent 70eeddd commit e85ea64

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# -*- coding: utf-8 -*-
22
from setuptools import setup, find_packages
3-
import zipstream
43

54

65
setup(
76
name='zipstream',
8-
version=zipstream.__version__,
7+
version='1.0.5',
98
description='Zipfile generator',
109
author='Allan Lei',
1110
author_email='[email protected]',

0 commit comments

Comments
 (0)