-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73836b3
commit 8d02900
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
import os | ||
|
||
from setuptools import setup, Extension | ||
import numpy.distutils.misc_util | ||
|
||
|
@@ -10,7 +8,7 @@ | |
|
||
setup( | ||
name = 'robustats', | ||
version = '0.1.4', | ||
version = '0.1.5', | ||
description = 'Robustats is a Python library for high-performance ' | ||
'computation of robust statistical estimators.', | ||
long_description=long_description, | ||
|
@@ -19,7 +17,7 @@ | |
'Programming Language :: Python :: 3', | ||
], | ||
url='https://github.com/FilippoBovo/robustats', | ||
download_url='https://github.com/FilippoBovo/robustats/archive/v0.1.2.tar.gz', | ||
download_url='https://github.com/FilippoBovo/robustats/archive/v0.1.5.tar.gz', | ||
author = 'Filippo Bovo', | ||
author_email = '[email protected]', | ||
license='MIT', | ||
|