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
f1caccef
Commit
f1caccef
authored
Jan 16, 2018
by
Unknown
Browse files
Update setup.py for future test implementation
parent
40e3b999
Changes
2
Hide whitespace changes
Inline
Side-by-side
pycroscopy/__version__.py
View file @
f1caccef
version
=
'0.59.
3
'
version
=
'0.59.
4
'
date
=
'1
2
/1
9
/2017'
date
=
'1/1
6
/2017'
time
=
'
8:54:47
'
time
=
'
10:09:23
'
setup.py
View file @
f1caccef
...
@@ -30,7 +30,7 @@ else:
...
@@ -30,7 +30,7 @@ else:
setup
(
setup
(
name
=
'pycroscopy'
,
name
=
'pycroscopy'
,
version
=
'0.59.
3
'
,
version
=
'0.59.
4
'
,
description
=
'Python library for scientific analysis of microscopy data'
,
description
=
'Python library for scientific analysis of microscopy data'
,
long_description
=
long_description
,
long_description
=
long_description
,
classifiers
=
[
classifiers
=
[
...
@@ -62,12 +62,12 @@ setup(
...
@@ -62,12 +62,12 @@ setup(
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'
,
install_requires
=
requirements
,
install_requires
=
requirements
,
setup_requires
=
[
'pytest-runner'
],
tests_require
=
[
'pytest'
,
'Nose'
],
platforms
=
[
'Linux'
,
'Mac OSX'
,
'Windows 10/8.1/8/7'
],
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'
,
dependency
=
''
,
dependency
=
''
,
dependency_links
=
[
''
],
dependency_links
=
[
''
],
include_package_data
=
True
,
include_package_data
=
True
,
...
...
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