Skip to content

Commit

Permalink
renamed project
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Freidank committed Sep 20, 2017
1 parent 4cee084 commit d7c0427
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -2,13 +2,13 @@
from setuptools import setup, find_packages


name = "pyARS"
description = "PyARS"
name = "ARSpy"
description = "ARSpy"
long_description = "Adaptive Rejection Sampling for Python - Matlab Style"
maintainer = "Moritz Freidank"
maintainer_email = "freidankm@googlemail.com"

url = "https://github.com/MFreidank/pyARS"
url = "https://github.com/MFreidank/ARSpy"

version = "0.1"

Expand All @@ -30,7 +30,7 @@
maintainer_email=maintainer_email,
description=description,
url=url,
download_url="https://github.com/MFreidank/pyARS/archive/0.1.tar.gz",
download_url="https://github.com/MFreidank/ARSpy/archive/0.1.tar.gz",
long_description=long_description,
packages=find_packages(),
keyword=["sampling", "adaptive rejection sampling", "adaptive", "rejection", "ars"],
Expand Down

0 comments on commit d7c0427

Please sign in to comment.