Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Acquisition
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Acquisition
Commits
cf29878a
Commit
cf29878a
authored
Jun 03, 2007
by
Philipp von Weitershausen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include dirs also need to include location of Acquisition/Acquisition.h.
Clenaup
parent
5a494467
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
setup.py
setup.py
+7
-8
No files found.
setup.py
View file @
cf29878a
...
...
@@ -22,19 +22,18 @@ setup(name='Acquisition',
license
=
'ZPL 2.1'
,
description
=
''
,
author
=
'Zope Corporation and Contributors'
,
author_email
=
'zope3-dev@zope.org'
,
long_description
=
'The Security framework provides a generic mechanism '
'to implement security policies on Python objects.'
,
author_email
=
'zope-dev@zope.org'
,
long_description
=
''
,
packages
=
find_packages
(
'src'
),
package_dir
=
{
''
:
'src'
},
package_dir
=
{
''
:
'src'
},
ext_modules
=
[
Extension
(
"Acquistion._Acquisition"
,
[
os
.
path
.
join
(
'src'
,
'Acquisition'
,
'_Acquisition.c'
)
],
include_dirs
=
[
'include
'
]),
'_Acquisition.c'
)
],
include_dirs
=
[
'include'
,
'src
'
]),
],
install_requires
=
[
'zope.interface'
],
include_package_data
=
True
,
zip_safe
=
False
,
include_package_data
=
True
,
zip_safe
=
False
,
)
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