Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.extension
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.extension
Commits
aa06a48e
Commit
aa06a48e
authored
Feb 10, 2013
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set zip_safe flag
parent
13c6d59f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
setup.py
setup.py
+2
-1
No files found.
setup.py
View file @
aa06a48e
...
...
@@ -11,7 +11,7 @@ from setuptools import setup, find_packages
setup
(
name
=
"xbob.extension"
,
version
=
"0.1.
2
"
,
version
=
"0.1.
3
"
,
description
=
"Helps projects building Python/C++ extensions for Bob"
,
license
=
"GPLv3"
,
author
=
'Andre Anjos'
,
...
...
@@ -20,6 +20,7 @@ setup(
url
=
'http://pypi.python.org/pypi/xbob.extension'
,
packages
=
find_packages
(),
zip_safe
=
True
,
namespace_packages
=
[
"xbob"
,
...
...
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