Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
1281f3a2
Commit
1281f3a2
authored
Nov 22, 2017
by
syz
Committed by
CompPhysChris
Nov 30, 2017
Browse files
changes to development status, keywords, url, description, platform
parent
949202d4
Changes
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
1281f3a2
...
@@ -34,7 +34,7 @@ setup(
...
@@ -34,7 +34,7 @@ setup(
description
=
'A suite of Python libraries for high performance scientific computing of microscopy data.'
,
description
=
'A suite of Python libraries for high performance scientific computing of microscopy data.'
,
long_description
=
long_description
,
long_description
=
long_description
,
classifiers
=
[
classifiers
=
[
'Development Status ::
2
-
Pre-
Alpha'
,
'Development Status ::
3
- Alpha'
,
'Environment :: Console'
,
'Environment :: Console'
,
'Intended Audience :: Science/Research'
,
'Intended Audience :: Science/Research'
,
'License :: OSI Approved :: MIT License'
,
'License :: OSI Approved :: MIT License'
,
...
@@ -47,17 +47,23 @@ setup(
...
@@ -47,17 +47,23 @@ setup(
'Programming Language :: Python :: Implementation :: CPython'
,
'Programming Language :: Python :: Implementation :: CPython'
,
'Topic :: Scientific/Engineering :: Chemistry'
,
'Topic :: Scientific/Engineering :: Chemistry'
,
'Topic :: Scientific/Engineering :: Physics'
,
'Topic :: Scientific/Engineering :: Physics'
,
'Topic :: Scientific/Engineering :: Information Analysis'
,
'Topic :: Scientific/Engineering :: Information Analysis'
],
],
keywords
=
[
'EELS'
,
'STEM'
,
'TEM'
,
'XRD'
,
'AFM'
,
'SPM'
,
'STS'
,
'band excitation'
,
'BE'
,
'BEPS'
,
'Raman'
,
'NanoIR'
,
keywords
=
'scientific microscopy data analysis'
,
'ptychography'
,
'g-mode'
,
'general mode'
,
'electron microscopy'
,
' scanning probe'
,
' x-rays'
,
'probe'
,
'atomic force microscopy'
,
'SIMS'
,
'energy'
,
'spectroscopy'
,
'imaging'
,
'microscopy'
,
'spectra'
'characterization'
,
'spectrogram'
,
'hyperspectral'
,
'multidimensional'
,
'data format'
,
'universal'
,
'clustering'
,
'decomposition'
,
'curve fitting'
,
'data analysis PCA'
,
' SVD'
,
' NMF'
,
' DBSCAN'
,
' kMeans'
,
'machine learning'
,
'bayesian inference'
,
'fft filtering'
,
'signal processing'
,
'image cleaning'
,
'denoising'
,
'model'
,
'msa'
,
'quantification'
,
'png'
,
'tiff'
,
'hdf5'
,
'igor'
,
'ibw'
,
'dm3'
,
'oneview'
,
'KPFM'
,
'FORC'
,
'ndata'
,
'Asylum'
,
'MFP3D'
,
'Cypher'
,
'Omicron'
,
'Nion'
,
'Nanonis'
,
'FEI'
],
packages
=
find_packages
(
exclude
=
'tests'
),
packages
=
find_packages
(
exclude
=
'tests'
),
url
=
'http://
github.com/pycroscopy/pycroscopy
'
,
url
=
'http
s
://
pycroscopy.github.io/pycroscopy/index.html
'
,
license
=
'MIT'
,
license
=
'MIT'
,
author
=
'S. Somnath, C. R. Smith, N. Laanait'
,
author
=
'S. Somnath, C. R. Smith, N. Laanait'
,
author_email
=
'pycroscopy@gmail.com'
,
author_email
=
'pycroscopy@gmail.com'
,
# I don't remember how to do this correctly!!!. NL
install_requires
=
requirements
,
install_requires
=
requirements
,
platforms
=
[
'Linux'
,
'Mac OSX'
,
'Windows 10/8.1/8/7'
],
# package_data={'sample':['dataset_1.dat']}
# package_data={'sample':['dataset_1.dat']}
test_suite
=
'nose.collector'
,
test_suite
=
'nose.collector'
,
tests_require
=
'Nose'
,
tests_require
=
'Nose'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment