From 5955cabab3b140e5c8761997741fd197852471b1 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Fri, 3 Dec 2021 22:12:18 +1300 Subject: [PATCH] fix(setup.cfg): use 'find:' to include submodules; other tidying --- docs/installation.md | 8 +++++++- setup.cfg | 9 +++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 3411e04e..ad7f101e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,5 +1,11 @@ # pymake Installation +To install a stable version from PyPI: + +``` +pip install mfpymake +``` + To install pymake directly from the git repository type: ``` @@ -9,4 +15,4 @@ pip install https://github.com/modflowpy/pymake/zipball/master To update your version of pymake with the latest from the git repository type: ``` -pip install https://github.com/modflowpy/pymake/zipball/master --upgrade \ No newline at end of file +pip install https://github.com/modflowpy/pymake/zipball/master --upgrade diff --git a/setup.cfg b/setup.cfg index 7564aa7e..9ffcad00 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,12 +4,11 @@ version = attr: pymake.config.__version__ description = pymake is a Python package to compile MODFLOW-based models. long_description = file: README.md long_description_content_type = text/markdown -author = attr: Joseph D. Hughes +author = Joseph D. Hughes author_email = modflow@usgs.gov -maintainer = attr: Joseph D. Hughes +maintainer = Joseph D. Hughes maintainer_email = jdhughes@usgs.gov license = CC0 -license_files = LICENSE, LICENSE.md platform = Windows, Mac OS-X, Linux keywords = MODFLOW, groundwater, hydrogeology classifiers = @@ -29,15 +28,13 @@ project_urls = [options] include_package_data = True # includes files listed in MANIFEST.in zip_safe = False -packages = pymake +packages = find: python_requires = >=3.7 install_requires = numpy >= 1.15.0 requests networkx -[sdist] -formats = zip [flake8] exclude =