Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-wiki
Commits
b68f0b5a
Commit
b68f0b5a
authored
Sep 05, 2012
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More modifications for pypi, first 0.0.1 released - pip install wiki
parent
996800cd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
MANIFEST.in
+2
-2
README
+2
-0
setup.py
+5
-4
No files found.
MANIFEST.in
View file @
b68f0b5a
include README.rst
recursive-include wiki
/
*.html *.txt *.png *.js *.css *.gif
recursive-include django_notify
/
*.html *.txt *.png *.js *.css *.gif
recursive-include wiki *.html *.txt *.png *.js *.css *.gif
recursive-include django_notify *.html *.txt *.png *.js *.css *.gif
README
0 → 120000
View file @
b68f0b5a
README.md
\ No newline at end of file
setup.py
View file @
b68f0b5a
...
...
@@ -24,15 +24,16 @@ media_patterns = ( build_media_pattern("templates", "html") +
packages
=
find_packages
()
package_data
=
dict
(
(
package_name
,
template
_patterns
)
(
package_name
,
media
_patterns
)
for
package_name
in
packages
)
setup
(
name
=
"
django-
wiki"
,
name
=
"wiki"
,
version
=
"0.0.1"
,
author
=
"Benjamin Bach"
,
author_email
=
"benjamin@overtag.dk"
,
url
=
"http://www.django-wiki.org"
,
description
=
(
"A wiki system written for the Django framework."
),
license
=
"GPLv3"
,
keywords
=
"django wiki markdown"
,
...
...
@@ -47,8 +48,8 @@ setup(
'django-mptt'
,
],
classifiers
=
[
'Development Status ::
2 - Pre-
Alpha'
,
'License :: OSI Approved :: G
PLv3
'
,
'Development Status ::
3 -
Alpha'
,
'License :: OSI Approved :: G
NU General Public License v3 (GPLv3)
'
,
'Environment :: Web Environment'
,
'Framework :: Django'
,
'Intended Audience :: Developers'
,
...
...
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