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
Scientific Software
CrysFML
Commits
47b6c4de
Commit
47b6c4de
authored
May 03, 2022
by
Elisa Rebolini
Browse files
Patch 0.0.2 -- update setup.py for testing with GitHub workflow
parent
d9269ef6
Pipeline
#13596
passed with stages
in 12 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
47b6c4de
import
os
import
pathlib
import
pkgutil
...
...
@@ -326,9 +325,9 @@ class BuildCommand(distutils.command.build.build):
setup
(
name
=
"CFML"
,
version
=
"0.0.
1
"
,
author
=
"Simon Ward"
,
author_email
=
"
simon.ward@ess.eu
"
,
version
=
"0.0.
2
"
,
author
=
"
Juan Rodriguez-Carvajal, Elisa Rebolini,
Simon Ward"
,
author_email
=
"
rebolini@ill.fr
"
,
description
=
"The Crystallographic Fortran Modules Library (CrysFML) is a set of modules containing "
"procedures of interest in Crystallographic applications."
,
ext_modules
=
[
CMakeExtension
(
name
=
PACKAGE_NAME
)],
...
...
@@ -352,4 +351,4 @@ setup(name="CFML",
'bdist_wheel'
:
Bdist_wheel
},
setup_requires
=
[
'wheel'
]
)
\ No newline at end of file
)
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