Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
parlapi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
regardscitoyens
parlapi
Commits
34180298
Commit
34180298
authored
Sep 20, 2016
by
Nicolas Joyard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update license
parent
bb072bd3
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
664 additions
and
3 deletions
+664
-3
.gitignore
.gitignore
+1
-0
LICENSE
LICENSE
+661
-0
setup.py
setup.py
+2
-3
No files found.
.gitignore
View file @
34180298
...
@@ -3,4 +3,5 @@
...
@@ -3,4 +3,5 @@
*.pyc
*.pyc
*~
*~
data/*.json
data/*.json
data/*.zip
reference
reference
LICENSE
0 → 100644
View file @
34180298
This diff is collapsed.
Click to expand it.
setup.py
View file @
34180298
...
@@ -13,8 +13,7 @@ setup(
...
@@ -13,8 +13,7 @@ setup(
author_email
=
"joyard.nicolas@gmail.com"
,
author_email
=
"joyard.nicolas@gmail.com"
,
description
=
(
"A browsable API over French parliament data dumps"
),
description
=
(
"A browsable API over French parliament data dumps"
),
license
=
"MIT"
,
license
=
"MIT"
,
keywords
=
"django politics open data france french parliament senat"
keywords
=
"django politics open data france french parliament senat assemblee nationale"
,
"assemblee nationale"
,
url
=
"https://github.com/njoyard/parlapi"
,
url
=
"https://github.com/njoyard/parlapi"
,
packages
=
[
'parlapi'
],
packages
=
[
'parlapi'
],
long_description
=
read
(
'README.md'
),
long_description
=
read
(
'README.md'
),
...
@@ -31,7 +30,7 @@ setup(
...
@@ -31,7 +30,7 @@ setup(
"Development Status :: 3 - Alpha"
,
"Development Status :: 3 - Alpha"
,
"Framework :: Flask"
,
"Framework :: Flask"
,
"Intended Audience :: Developers"
,
"Intended Audience :: Developers"
,
"License :: OSI Approved ::
MIT License
"
,
"License :: OSI Approved ::
GNU Affero General Public License v3 or later (AGPLv3+)
"
,
],
],
entry_points
=
'''
entry_points
=
'''
[console_scripts]
[console_scripts]
...
...
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