|
27 | 27 | # need at least 1.4 for triu_indices |
28 | 28 | "numpy >= 1.4", |
29 | 29 | ], |
30 | | - classifiers = |
31 | | - [ "Development Status :: 4 - Beta", |
32 | | - "Intended Audience :: Developers", |
33 | | - "Intended Audience :: Science/Research", |
34 | | - "Intended Audience :: Financial and Insurance Industry", |
35 | | - "License :: OSI Approved :: BSD License", |
36 | | - "Programming Language :: Python :: 2", |
37 | | - "Programming Language :: Python :: 2.7", |
38 | | - "Programming Language :: Python :: 3", |
39 | | - "Programming Language :: Python :: 3.4", |
40 | | - "Programming Language :: Python :: 3.5", |
41 | | - "Topic :: Scientific/Engineering", |
42 | | - ], |
| 30 | + extras_require={ |
| 31 | + "test": ["pytest", "pytest-cov", "scipy"], |
| 32 | + }, |
| 33 | + classifiers=[ |
| 34 | + "Development Status :: 4 - Beta", |
| 35 | + "Intended Audience :: Developers", |
| 36 | + "Intended Audience :: Science/Research", |
| 37 | + "Intended Audience :: Financial and Insurance Industry", |
| 38 | + "License :: OSI Approved :: BSD License", |
| 39 | + "Programming Language :: Python :: 2", |
| 40 | + "Programming Language :: Python :: 2.7", |
| 41 | + "Programming Language :: Python :: 3", |
| 42 | + "Programming Language :: Python :: 3.4", |
| 43 | + "Programming Language :: Python :: 3.5", |
| 44 | + "Topic :: Scientific/Engineering", |
| 45 | + ], |
43 | 46 | ) |
0 commit comments