Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
frnmst
licheck
Commits
623597a2
Verified
Commit
623597a2
authored
Aug 08, 2021
by
frnmst
Browse files
Preparing for new release.
parent
d8c0fe5a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Pipfile
View file @
623597a2
...
...
@@ -31,7 +31,7 @@ sphinx-rtd-theme = "~=0.5"
# Tools.
twine
=
"~
=
3.4
"
pre-commit
=
"~
=
2.1
3
"
pre-commit
=
"~
=
2.1
4
"
# Unit tests.
requests-mock
=
"~
=
1.9
"
...
...
docs/conf.py
View file @
623597a2
...
...
@@ -63,9 +63,9 @@ author = 'Franco Masotti'
# built documents.
#
# The short X.Y version.
version
=
'0.0.
1
'
version
=
'0.0.
2
'
# The full version, including alpha/beta/rc tags.
release
=
'0.0.
1
'
release
=
'0.0.
2
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
setup.py
View file @
623597a2
...
...
@@ -24,7 +24,7 @@ from setuptools import find_packages, setup
setup
(
name
=
'licheck'
,
version
=
'0.0.
1
'
,
version
=
'0.0.
2
'
,
packages
=
find_packages
(
exclude
=
[
'*tests*'
]),
license
=
'GPL'
,
description
=
'Automatically check the licenses of package dependencies.'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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