Skip to content

Commit d3d2f38

Browse files
authored
Merge pull request #77 from stefmolin/rename-distribution
Rename distribution for collision on PyPI. skip-checks: true
2 parents 4eb8606 + 7d0e7f0 commit d3d2f38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Data Morph can be installed with ``pip``:
1414

1515
.. code:: console
1616
17-
$ pip install data-morph
17+
$ pip install data-morph-ai
1818
1919
Usage
2020
-----

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Data Morph can be installed with ``pip``:
99

1010
.. code:: console
1111
12-
$ pip install data-morph
12+
$ pip install data-morph-ai
1313
1414
..
1515
You can also install with ``conda`` (coming soon):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "data_morph"
6+
name = "data-morph-ai"
77
authors = [
88
{name = "Stefanie Molin", email = "[email protected]"},
99
{name = "Aaron Stevens", email = "[email protected]"},

0 commit comments

Comments
 (0)