-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (30 loc) · 769 Bytes
/
setup.cfg
File metadata and controls
32 lines (30 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[metadata]
name = shmapy
version = 0.3
description = The most amazing package for building hex maps
long_description = file: README.rst, CHANGELOG.rst, LICENSE.rst
long_description_content_type = "text/markdown"
keywords = map, hexagons, united_states
license = BSD 3-Clause License
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
[options]
zip_safe = False
include_package_data = True
packages = find:
scripts =
shmapy/hex_shmap.py
shmapy/facet_shmap.py
shmapy/input.py
shmapy/__main__.py
shmapy/__init__.py
install_requires =
fire
matplotlib
pandas
logzero
# [options.entry_points]
# console_scripts =
# plot-hex = shmapy:us_plot_hex