Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Fix package name (#216)
Browse files Browse the repository at this point in the history
* fix: fix package name
  • Loading branch information
aht007 authored Nov 1, 2022
1 parent d86e76a commit 4f24195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def is_requirement(line):
CHANGELOG = open(os.path.join(os.path.dirname(__file__), 'CHANGELOG.rst')).read()

setup(
name='blockstore',
name='openedx-blockstore',
version=VERSION,
description="""Blockstore is a storage system for learning content in Open edX.""",
long_description=README + '\n\n' + CHANGELOG,
Expand Down

0 comments on commit 4f24195

Please sign in to comment.