Skip to content

Commit 570e79c

Browse files
committed
changed name back to python-synthpop and version to 0.0.1
1 parent f73483e commit 570e79c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "pySynthpop"
7-
version = "0.0.2"
6+
name = "python-synthpop"
7+
version = "0.0.1"
88
description = "Python implementation of the R package synthpop for generating synthetic data"
99
authors = [
1010
{name = "Algorithm Audit"}

setup.py

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

66
setup(
7-
name="pySynthpop",
8-
version="0.0.2",
7+
name="python-synthpop",
8+
version="0.0.1",
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/pySynthpop",
13+
url="https://github.com/algorithm-audit/python-synthpop",
1414
packages=find_packages(),
1515
classifiers=[
1616
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)