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
000536a7
Verified
Commit
000536a7
authored
Aug 10, 2021
by
frnmst
Browse files
Preparing for new release.
parent
294c5130
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/conf.py
View file @
000536a7
...
...
@@ -63,9 +63,9 @@ author = 'Franco Masotti'
# built documents.
#
# The short X.Y version.
version
=
'0.0.
2
'
version
=
'0.0.
3
'
# The full version, including alpha/beta/rc tags.
release
=
'0.0.
2
'
release
=
'0.0.
3
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
setup.py
View file @
000536a7
...
...
@@ -24,7 +24,7 @@ from setuptools import find_packages, setup
setup
(
name
=
'licheck'
,
version
=
'0.0.
2
'
,
version
=
'0.0.
3
'
,
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