Metadata-Version: 2.1
Name: quantecon_book_networks
Version: 0.4
Summary: Companion package for book-networks
Author-email: QuantEcon Developers <contact@quantecon.org>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Project-URL: Home, https://github.com/quantecon/book-networks

# quantecon-book-networks

Python Package for https://networks.quantecon.org (Economic Networks)

## Package Builder

This package uses [flit]() to build and publish updates to PyPI

To update the package:

1. Make the necessary updates to `main` (via PR or push)
2. Use `flit install` to install it for local testing
3. To publish use `flit publish`

> :warning: You will need to have mantainer priviledges 
> on PyPI for `quantecon_book_networks` package.

The configuration for `flit` is found in `pyproject.toml`
