Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
Sentinel
Certificator-CertAPI
Commits
fed77efc
Verified
Commit
fed77efc
authored
Apr 12, 2019
by
Vojtech Myslivec
Browse files
setup: Include version of the package
parent
3e3322fe
Pipeline
#47511
passed with stages
in 56 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
fed77efc
#!/usr/bin/env python
from
setuptools
import
setup
VERSION
=
"0.5.1"
setup
(
name
=
"certapi"
,
author
=
"CZ.NIC, z.s.p.o."
,
author_email
=
"packaging@turris.cz"
,
version
=
VERSION
,
zip_safe
=
False
,
include_package_data
=
True
,
packages
=
[
"certapi"
],
...
...
Write
Preview
Supports
Markdown
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