|
|
@ -2,13 +2,13 @@ from setuptools import setup |
|
|
|
|
|
|
|
setup( |
|
|
|
name='ostat', |
|
|
|
version='0.1', |
|
|
|
version='0.2', |
|
|
|
description=( |
|
|
|
'efficient, accurate, and stable calculation of online ' |
|
|
|
'statistical quantities.' |
|
|
|
), |
|
|
|
url='https://s.mcquay.me/sm/py-ostat/', |
|
|
|
author='Stephen McQuay', |
|
|
|
author='smcquay', |
|
|
|
author_email='stephen@mcquay.me', |
|
|
|
license='MIT', |
|
|
|
packages=['ostat'], |
|
|
|