Skip to content

Commit

Permalink
Fix package name (#158)
Browse files Browse the repository at this point in the history
* fix: fix package name
  • Loading branch information
aht007 committed Nov 8, 2022
1 parent 1967b67 commit 4231fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def is_requirement(line):
}

setup(
name="django-wiki",
version="1.1.3",
name="openedx-django-wiki",
version="1.1.4",
author="Benjamin Bach",
author_email="[email protected]",
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 4231fcd

Please sign in to comment.