We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6f2a6 commit c5ef188Copy full SHA for c5ef188
setup.py
@@ -4,13 +4,13 @@
4
long_description = fh.read()
5
6
setup(
7
- name="python-synthpop",
+ name="pySynthpop",
8
version="0.1.0",
9
author="Algorithm Audit",
10
description="Python implementation of the R package synthpop for generating synthetic data",
11
long_description=long_description,
12
long_description_content_type="text/markdown",
13
- url="https://github.com/algorithm-audit/python-synthpop",
+ url="https://github.com/algorithm-audit/pySynthpop",
14
packages=find_packages(),
15
classifiers=[
16
"Development Status :: 3 - Alpha",
0 commit comments