Skip to content

Commit

Permalink
Use Poetry exclusively (#75)
Browse files Browse the repository at this point in the history
* Bump package version and remove legacy config

* Remove requirements.txt

* Add README note for Poetry

---------

Co-authored-by: Max Fan <[email protected]>
  • Loading branch information
pjrule and InnovativeInventor authored Feb 8, 2023
1 parent ba757a6 commit 4f2830f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 171 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ includes many data science packages that you might find useful.

To install `maup` from PyPI, run `pip install maup` from your terminal.

For development, `maup` uses [Poetry](https://python-poetry.org/docs/basic-usage/).
To develop new `maup` features, clone this repository and run `poetry install`.

## Examples

Here are some basic situations where you might find `maup` helpful. For these
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "maup"
version = "1.0.8"
version = "1.1.0"
description = "The geospatial toolkit for redistricting data"
authors = [
"Metric Geometry and Gerrymandering Group <[email protected]>",
Expand Down
142 changes: 0 additions & 142 deletions requirements.txt

This file was deleted.

28 changes: 0 additions & 28 deletions setup.py

This file was deleted.

0 comments on commit 4f2830f

Please sign in to comment.