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
09a514eb
Commit
09a514eb
authored
May 10, 2022
by
Elisa Rebolini
Browse files
Update setup.py
parent
41477992
Pipeline
#13669
passed with stages
in 6 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
09a514eb
...
...
@@ -331,7 +331,7 @@ setup(name="CFML",
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
)],
long_description
=
open
(
"./README"
,
'r'
).
read
(),
long_description
=
open
(
"./README
.md
"
,
'r'
).
read
(),
long_description_content_type
=
"text/markdown"
,
keywords
=
"crystallography, physics, neutron, diffraction"
,
classifiers
=
[
"Intended Audience :: Developers"
,
...
...
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