Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PLWN_API
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libraries
PLWN_API
Commits
7d897cab
Commit
7d897cab
authored
4 years ago
by
leszeks
Browse files
Options
Downloads
Patches
Plain Diff
pep8 fixes
parent
0614fe5e
1 merge request
!4
Adding download option
Pipeline
#1033
passed with stage
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+3
-2
3 additions, 2 deletions
setup.py
with
3 additions
and
2 deletions
setup.py
+
3
−
2
View file @
7d897cab
...
...
@@ -17,10 +17,11 @@ setup_args = dict(
author_email
=
'
michal.kalinski@pwr.edu.pl
'
,
packages
=
[
'
plwn
'
,
'
plwn.readers
'
,
'
plwn.storages
'
,
'
plwn.utils
'
],
package_data
=
{
'
plwn.default
'
:
[
'
*.db
'
],
'
plwn
'
:[
'
config.ini
'
]},
package_data
=
{
'
plwn.default
'
:
[
'
*.db
'
],
'
plwn
'
:
[
'
config.ini
'
]},
test_suite
=
'
tests.setuptools_loader.setuptools_load_tests
'
,
install_requires
=
[
'
six>=1.10
'
,
'
enum34>=1.1.2;python_version<
"
3.4
"'
,
'
requests
'
],
install_requires
=
[
'
six>=1.10
'
,
'
enum34>=1.1.2;python_version<
"
3.4
"'
,
'
requests
'
],
zip_safe
=
False
,
)
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment