|
2 | 2 | import os
|
3 | 3 |
|
4 | 4 | setup(name='pysiology',
|
5 |
| - version='0.0.9.5', |
| 5 | + version='0.0.9.6', |
6 | 6 | description='Physiological signal processing in Python',
|
7 |
| - long_description="A simple python package for physiological signal processing (ECG,EMG,GSR). Tutorial and documentation can be found on the Github Repository or at pysiology.rtfd.io. If you use this package in your work, please cite: Gabrieli G., Azhari A., Esposito G. (2020) PySiology: A Python Package for Physiological Feature Extraction. In: Esposito A., Faundez-Zanuy M., Morabito F., Pasero E. (eds) Neural Approaches to Dynamics of Signal Exchanges. Smart Innovation, Systems and Technologies, vol 151. Springer, Singapore", |
| 7 | + long_description="A simple python package for physiological signal processing (ECG,EMG,GSR). Tutorial and documentation can be found on the Github Repository or at pysiology.rtfd.io. If you use this package in your work, please cite: Gabrieli G., Azhari A., Esposito G. (2020) PySiology: A Python Package for Physiological Feature Extraction. In: Esposito A., Faundez-Zanuy M., Morabito F., Pasero E. (eds) Neural Approaches to Dynamics of Signal Exchanges. Smart Innovation, Systems and Technologies, vol 151. Springer, Singapore. https://doi.org/10.1007/978-981-13-8950-4_35", |
8 | 8 | url='https://github.com/Gabrock94/Pysiology',
|
9 | 9 | download_url='https://github.com/Gabrock94/Pysiology/archive/0.9.5.tar.gz',
|
10 | 10 | author='Giulio Gabrieli',
|
|
41 | 41 | #Operating Systems
|
42 | 42 | 'Operating System :: MacOS :: MacOS X',
|
43 | 43 | 'Operating System :: Microsoft :: Windows',
|
44 |
| - 'Operating System :: Unix', |
45 |
| - 'Operating System :: Linux', |
| 44 | + 'Operating System :: POSIX :: Linux', |
46 | 45 |
|
47 | 46 | #Topic
|
48 |
| - 'Topic :: Signal Processing', |
49 |
| - 'Topic :: Physiology', |
50 |
| - 'Topic :: Psychology :: Neuroscience', |
| 47 | + 'Topic :: Scientific/Engineering', |
| 48 | + 'Topic :: Scientific/Engineering :: Medical Science Apps.', |
51 | 49 |
|
52 | 50 | #Intended Audience
|
53 |
| - 'Intended Audience :: Physiologists', |
54 |
| - 'Intended Audience :: Psychologists :: Neuroscientists', |
55 |
| - 'Intended Audience :: Data Scientists', |
56 |
| - 'Intended Audience :: Cool people', |
57 |
| - 'Intended Audience :: Researchers', |
| 51 | + 'Intended Audience :: Science/Research', |
| 52 | + 'Intended Audience :: Healthcare Industry', |
| 53 | + 'Intended Audience :: Education', |
| 54 | + |
58 | 55 | ],
|
59 | 56 | zip_safe=False,
|
60 | 57 | include_package_data=True,
|
|
0 commit comments