Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #183 from inferno-pytorch/setup_py_changes
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
DerThorsten committed Jul 6, 2019
2 parents 8c94732 + f6a3ff1 commit a09581c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"""The setup script."""

from setuptools import setup, find_packages
from inferno import __version__
import runpy
__version__ = runpy.run_path('inferno/version.py')['__version__']


with open('README.rst') as readme_file:
readme = readme_file.read()
Expand Down

0 comments on commit a09581c

Please sign in to comment.