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
Packages
signaturizer
Commits
4310eb8a
Commit
4310eb8a
authored
Jul 01, 2020
by
Martino Bertoni
🌋
Browse files
fixed setup.py
parent
fae53f05
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
4310eb8a
import
setuptools
from
setuptools
import
find_packages
from
signaturizer.version
import
Version
setuptools
.
setup
(
name
=
'signaturizer'
,
version
=
Version
(
'1.0.8'
).
number
,
version
=
'1.0.0'
,
description
=
'Generate Chemical Checker signatures from molecules SMILES.'
,
long_description
=
open
(
'README.md'
).
read
().
strip
(),
long_description_content_type
=
"text/markdown"
,
...
...
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