Skip to content

Commit

Permalink
Merge pull request #230 from maxhully/master
Browse files Browse the repository at this point in the history
Trying to make package
  • Loading branch information
maxhully committed Oct 15, 2018
2 parents b2af3b3 + bb60ac2 commit ccd117e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -72,4 +72,5 @@ junit.xml
.vscode/

# Pytest cache
.pytest_cache/
.pytest_cache/
Dockerfile
7 changes: 2 additions & 5 deletions README.rst
Expand Up @@ -56,9 +56,6 @@ Useful links
Installation
============

To install GerryChain, we currently recommend cloning the repository and
installing a development version manually::
To install GerryChain from PyPI_, just run ``pip install gerrychain``.

git clone https://github.com/mggg/gerrychain.git
cd gerrychain
python3 setup.py develop
.. _PyPI: https://pypi.org/
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -14,7 +14,7 @@
]

setup(
name="GerryChain",
name="gerrychain",
description="Use Markov chain Monte Carlo to analyze districting plans and gerrymanders",
author="Metric Geometry and Gerrymandering Group",
author_email="gerrymandr@gmail.com",
Expand All @@ -24,11 +24,11 @@
packages=find_packages(exclude=("tests",)),
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
entry_points={"console_scripts": ["gerrychain=gerrychain.__main__:main"]},
install_requires=requirements,
keywords="GerryChain",
classifiers=[
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Operating System :: OS Independent",
"License :: OSI Approved :: GNU Affero General Public License v3",
],
)

0 comments on commit ccd117e

Please sign in to comment.