Skip to content

Commit

Permalink
Fix Publishing Error (#143)
Browse files Browse the repository at this point in the history
* fix: pypi publish issue

---------

Co-authored-by: Feanil Patel <[email protected]>
  • Loading branch information
irtazaakram and feanil authored Oct 2, 2024
1 parent d011220 commit 684ebf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@ def package_data(pkg, roots):

setup(
name="schoolyourself-xblock",
version="0.3",
version="0.3.1",
description="School Yourself lesson player",
long_description=open('README.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
packages=[
"schoolyourself",
],
Expand Down

0 comments on commit 684ebf5

Please sign in to comment.