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
Validata
Validata Core
Commits
70690367
Commit
70690367
authored
Jun 17, 2019
by
Christophe Benz
Browse files
Update setup.py metadata
parent
8273d400
Pipeline
#1008
passed with stages
in 2 minutes and 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
70690367
## 0.3.1
## 0.3.1
, 0.3.2
Non-breaking changes:
...
...
setup.py
View file @
70690367
...
...
@@ -5,9 +5,6 @@ from pathlib import Path
from
setuptools
import
setup
"""Validata Core"""
# Gets the long description from the README.md file
readme_filepath
=
Path
(
__file__
).
parent
/
'README.md'
with
readme_filepath
.
open
(
'rt'
,
encoding
=
'utf-8'
)
as
fd_in
:
...
...
@@ -15,16 +12,16 @@ with readme_filepath.open('rt', encoding='utf-8') as fd_in:
setup
(
name
=
'validata_core'
,
version
=
'0.3.
1
'
,
version
=
'0.3.
2
'
,
description
=
__doc__
,
description
=
"Validata Core library"
,
long_description
=
LONG_DESCRIPTION
,
long_description_content_type
=
"text/markdown"
,
url
=
"https://git.opendatafrance.net/validata/validata-core/"
,
author
=
'
Christophe Benz
'
,
author_email
=
'
christophe.benz
@jailbreak.paris'
,
author
=
'
Validata team
'
,
author_email
=
'
admin-validata
@jailbreak.paris'
,
license
=
'AGPLv3'
,
...
...
@@ -40,7 +37,7 @@ setup(
'Intended Audience :: Developers'
,
'Topic :: Software Development :: Libraries :: Python Modules'
,
'Operating System:: OS Independent'
,
'Operating System
:: OS Independent'
,
# Pick your license as you wish (should match "license" above)
'License :: OSI Approved :: GNU Affero General Public License v3'
,
...
...
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