Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
memopol
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
32
Issues
32
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
Political Memory
memopol
Commits
44f02964
Commit
44f02964
authored
May 30, 2017
by
Okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing the setup.py file
parent
4a1c01dd
Pipeline
#1076
passed with stage
in 14 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
setup.py
setup.py
+3
-3
No files found.
setup.py
View file @
44f02964
from
setuptools
import
setup
,
find_packages
setup
(
name
=
'
political-memory
'
,
setup
(
name
=
'
meopol
'
,
version
=
'0.0.1'
,
description
=
'
Political Memory Project Memopol
'
,
description
=
'
Memopol Project
'
,
packages
=
find_packages
(
'src'
),
package_dir
=
{
''
:
'src'
},
include_package_data
=
True
,
zip_safe
=
False
,
author
=
'James Pic, Laurent Peuch, Arnaud Fabre, Nicolas Joyard'
,
author_email
=
'cortex@worlddomination.be'
,
url
=
'http
://github.com/political-memory/political_memory/
'
,
url
=
'http
s://git.laquadrature.net/memopol/memopol
'
,
install_requires
=
[
'django-autocomplete-light==3.2.0'
,
'django-autoslug>=1.9,<1.10'
,
...
...
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