chumpy
Advanced tools
@@ -1,3 +0,3 @@ | ||
| version = '0.67.4' | ||
| version = '0.67.5' | ||
| short_version = version | ||
| full_version = version |
+1
-1
| Metadata-Version: 1.1 | ||
| Name: chumpy | ||
| Version: 0.67.4 | ||
| Version: 0.67.5 | ||
| Summary: chumpy | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/mattloper/chumpy |
+6
-2
@@ -8,4 +8,4 @@ """ | ||
| from distutils.core import setup | ||
| import importlib | ||
| from pip.req import parse_requirements | ||
| from runpy import run_path | ||
@@ -15,4 +15,8 @@ install_reqs = parse_requirements('requirements.txt', session=False) | ||
| def get_version(): | ||
| namespace = run_path('chumpy/version.py') | ||
| return namespace['version'] | ||
| setup(name='chumpy', | ||
| version=importlib.import_module('chumpy').__version__, | ||
| version=get_version(), | ||
| packages = ['chumpy'], | ||
@@ -19,0 +23,0 @@ author='Matthew Loper', |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
194682
0.04%4549
0.07%