Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
westpy
Commits
49e4e8fe
Commit
49e4e8fe
authored
Sep 19, 2018
by
Marco Govoni
Browse files
Uploaded to pip
parent
00e0e69c
Pipeline
#256
passed with stages
in 9 minutes and 12 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
49e4e8fe
from
setuptools
import
setup
from
setuptools
import
find_packages
with
open
(
"README.md"
,
"r"
)
as
fh
:
long_description
=
fh
.
read
()
setup
(
name
=
'westpy'
,
version
=
'3.1.1'
,
packages
=
[
'westpy'
]
,
packages
=
find_packages
()
,
description
=
'Python analysis tools for WEST'
,
long_description
=
long_description
,
long_description_content_type
=
"text/markdown"
,
url
=
'https://github.com/west-code-development/westpy.git'
,
author
=
'Marco Govoni'
,
author_email
=
'mgovoni@anl.gov'
,
...
...
@@ -17,6 +23,7 @@ setup(name='westpy',
'requests'
,
'mendeleev'
,
'signac'
,
'setuptools'
,
'urllib3'
,
'prompt-toolkit<2.0.0'
,
'sphinx'
,
...
...
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