Skip to content

Commit

Permalink
More modifications for pypi, first 0.0.1 released - pip install wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Sep 5, 2012
1 parent 996800c commit b68f0b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
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
1 change: 1 addition & 0 deletions README
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ def build_media_pattern(base_folder, file_extension):
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 = "[email protected]",
url = "http://www.django-wiki.org",
description = ("A wiki system written for the Django framework."),
license = "GPLv3",
keywords = "django wiki markdown",
Expand All @@ -47,8 +48,8 @@ def build_media_pattern(base_folder, file_extension):
'django-mptt',
],
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'License :: OSI Approved :: GPLv3',
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit b68f0b5

Please sign in to comment.