Skip to content

Commit c5ef188

Browse files
committed
Changes pypi name
1 parent ab6f2a6 commit c5ef188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
long_description = fh.read()
55

66
setup(
7-
name="python-synthpop",
7+
name="pySynthpop",
88
version="0.1.0",
99
author="Algorithm Audit",
1010
description="Python implementation of the R package synthpop for generating synthetic data",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
13-
url="https://github.com/algorithm-audit/python-synthpop",
13+
url="https://github.com/algorithm-audit/pySynthpop",
1414
packages=find_packages(),
1515
classifiers=[
1616
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)