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
6c49d195
Commit
6c49d195
authored
Jul 02, 2020
by
Martino Bertoni
🌋
Browse files
increased version
parent
fbfb2b32
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6c49d195
...
...
@@ -28,4 +28,14 @@ pypi_deploy_test:
-
python setup.py sdist
-
twine upload --verbose --repository-url https://test.pypi.org/legacy/ dist/*
only
:
-
master
\ No newline at end of file
-
tags
pypi_deploy
:
stage
:
deploy
cache
:
{}
script
:
-
pip install -U twine
-
python setup.py sdist
-
twine upload --verbose --repository-url https://pypi.org/legacy/ dist/*
only
:
-
tags
\ No newline at end of file
setup.py
View file @
6c49d195
...
...
@@ -3,7 +3,7 @@ from setuptools import find_packages
setuptools
.
setup
(
name
=
'signaturizer'
,
version
=
'1.
0
.0'
,
version
=
'1.
1
.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