Skip to content

Commit

Permalink
Merge pull request #77 from stefmolin/rename-distribution
Browse files Browse the repository at this point in the history
Rename distribution for collision on PyPI.


skip-checks: true
  • Loading branch information
stefmolin authored Apr 1, 2023
2 parents 4eb8606 + 7d0e7f0 commit d3d2f38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Data Morph can be installed with ``pip``:

.. code:: console
$ pip install data-morph
$ pip install data-morph-ai
Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Data Morph can be installed with ``pip``:

.. code:: console
$ pip install data-morph
$ pip install data-morph-ai
..
You can also install with ``conda`` (coming soon):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
name = "data_morph"
name = "data-morph-ai"
authors = [
{name = "Stefanie Molin", email = "[email protected]"},
{name = "Aaron Stevens", email = "[email protected]"},
Expand Down

0 comments on commit d3d2f38

Please sign in to comment.