Skip to content

Commit

Permalink
Fix bug in packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
xnx committed Sep 5, 2022
1 parent c63ac51 commit a65d5ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WordSearch is a Python class for creating wordsearch puzzles.
Installation:
=============

The PyValem package can be installed either from PyPI_ using pip
The PyValem package can be installed either from PyPI using pip

.. code-block:: bash
Expand Down Expand Up @@ -99,6 +99,3 @@ which produces the image:
.. image:: https://raw.githubusercontent.com/scipython/python-wordsearch/master/doc/source/_static/dog-search.svg
:width: 600
:alt: Example wordsearch of dog breeds


.. _PyPI: https://pypi.org/project/pyvalem/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = (root / "README.rst").read_text(encoding="utf-8")

setup(
name="pywordsearch",
name="python-wordsearch",
version="1.0.0",
description="A package for creating word searches",
long_description=long_description,
Expand Down

0 comments on commit a65d5ad

Please sign in to comment.