Skip to content

Commit

Permalink
Update project name metadata to jafgen to align with PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Apr 7, 2024
1 parent 127dfb9 commit 8a1d17e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "jaffle-shop-generator"
name = "jafgen"
version = "0.4.6"
authors = [{ name = "gwenwindflower", email = "gwenwindflower@gmail.com" }]
dependencies = ["numpy", "pandas", "Faker", "typer[all]"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

setup(
name="jaffle-shop-generator",
name="jafgen",
version="0.4.1",
packages=find_packages(
exclude=["*.tests", "*.tests.*", "tests.*", "tests"],
Expand Down

0 comments on commit 8a1d17e

Please sign in to comment.