Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
45624bd6
Commit
45624bd6
authored
Aug 24, 2020
by
Raj
Browse files
Merge remote-tracking branch 'origin/master'
parents
3c002fbf
239a73df
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
45624bd6
...
...
@@ -68,14 +68,14 @@ setup(
'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"
,
"*.tests.*"
,
"tests.*"
,
"tests"
]
),
url
=
'https://pycroscopy.github.io/pycroscopy/about.html'
,
license
=
'MIT'
,
author
=
'S. Somnath, C. R. Smith, N. Laanait'
,
author_email
=
'pycroscopy@gmail.com'
,
install_requires
=
requirements
,
setup_requires
=
[
'pytest-runner'
],
tests_require
=
[
'pytest'
,
'Nose'
],
tests_require
=
[
'pytest'
],
platforms
=
[
'Linux'
,
'Mac OSX'
,
'Windows 10/8.1/8/7'
],
# package_data={'sample':['dataset_1.dat']}
test_suite
=
'pytest'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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