Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shrapnel
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
shrapnel
Commits
9b6a06e0
Commit
9b6a06e0
authored
Apr 26, 2013
by
Sam Rushing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use find_packages()
parent
34635f63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
13 deletions
+4
-13
setup.py
setup.py
+4
-13
No files found.
setup.py
View file @
9b6a06e0
...
@@ -7,7 +7,7 @@ import os
...
@@ -7,7 +7,7 @@ import os
from
distribute_setup
import
use_setuptools
from
distribute_setup
import
use_setuptools
use_setuptools
()
use_setuptools
()
from
setuptools
import
setup
from
setuptools
import
setup
,
find_packages
try
:
try
:
from
Cython.Distutils
import
build_ext
from
Cython.Distutils
import
build_ext
...
@@ -69,8 +69,8 @@ import sys
...
@@ -69,8 +69,8 @@ import sys
# statically link is a bit tricky
# statically link is a bit tricky
# Note: be sure to remove coro/ssl/openssl.c if you change this, see NPN probe below.
# Note: be sure to remove coro/ssl/openssl.c if you change this, see NPN probe below.
#
ossl_base = '/Users/rushing/src/openssl-1.0.1c'
ossl_base
=
'/Users/rushing/src/openssl-1.0.1c'
ossl_base
=
'/usr
/'
#ossl_base = '/usr/lib
/'
def
O
(
path
):
def
O
(
path
):
return
os
.
path
.
join
(
ossl_base
,
path
)
return
os
.
path
.
join
(
ossl_base
,
path
)
...
@@ -166,16 +166,7 @@ setup (
...
@@ -166,16 +166,7 @@ setup (
# the pre-computed openssl extension from above
# the pre-computed openssl extension from above
OpenSSL_Extension
,
OpenSSL_Extension
,
],
],
packages
=
[
packages
=
find_packages
(),
'coro'
,
'coro.clocks'
,
'coro.http'
,
'coro.dns'
,
'coro.ssl'
,
'coro.emulation'
,
'coro.db'
,
'coro.asn1'
,
'coro.db.postgres'
],
package_dir
=
{
'coro'
:
'coro'
,
'coro.clocks'
:
'coro/clocks'
,
'coro.dns'
:
'coro/dns'
,
'coro.emulation'
:
'coro/emulation'
,
},
py_modules
=
[
'backdoor'
,
'coro.read_stream'
,
'coro_process'
,
'coro_unittest'
,],
py_modules
=
[
'backdoor'
,
'coro.read_stream'
,
'coro_process'
,
'coro_unittest'
,],
download_url
=
'http://github.com/ironport/shrapnel/tarball/master#egg=coro-1.0.2'
,
download_url
=
'http://github.com/ironport/shrapnel/tarball/master#egg=coro-1.0.2'
,
install_requires
=
[
'Cython>=0.12.1'
,
'distribute>=0.6.16'
],
install_requires
=
[
'Cython>=0.12.1'
,
'distribute>=0.6.16'
],
...
...
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