Skip to content

Commit

Permalink
Don't import version during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
autophagy committed Sep 2, 2021
1 parent 4c9f15c commit c5cff1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from io import open
from setuptools import setup
from insegel import __version__

setup(
name='insegel',
version=__version__,
version='1.2.0',
url='https://github.com/autophagy/insegel',
license='MIT',
author='Mika Naylor (Autophagy)',
Expand Down

0 comments on commit c5cff1e

Please sign in to comment.