Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
forgotpwd
Commits
2066216c5b43
Commit
2996fcca
authored
May 18, 2010
by
Sylvain Thénault
Browse files
wdoc packaging fixes
--HG-- branch : stable
parent
d8d80bf26e4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
2066216c
...
...
@@ -3,3 +3,4 @@ include *.py
recursive-include data external_resources *.gif *.png *.css *.ico *.js
recursive-include i18n *.pot *.po
recursive-include migration *.py
recursive-include wdoc *
__pkginfo__.py
View file @
2066216c
...
...
@@ -72,7 +72,7 @@ data_files = [
[
THIS_CUBE_DIR
,
[
fname
for
fname
in
glob
(
'*.py'
)
if
fname
!=
'setup.py'
]],
]
# check for possible extended cube layout
for
dname
in
(
'entities'
,
'views'
,
'sobjects'
,
'hooks'
,
'schema'
,
'data'
,
'i18n'
,
'migration'
):
for
dname
in
(
'entities'
,
'views'
,
'sobjects'
,
'hooks'
,
'schema'
,
'data'
,
'wdoc'
,
'i18n'
,
'migration'
):
if
isdir
(
dname
):
data_files
.
append
([
join
(
THIS_CUBE_DIR
,
dname
),
listdir
(
dname
)])
# Note: here, you'll need to add subdirectories if you want
...
...
Write
Preview
Supports
Markdown
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