File: setup.cfg

package info (click to toggle)
python-geographiclib 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: python: 2,127; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download
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
33
[metadata]
name = geographiclib
version = attr: geographiclib.__version__
author = Charles Karney
author_email = karney@alum.mit.edu
description = The geodesic routines from GeographicLib
long_description = file: README.md
long_description_content_type = text/markdown
keywords = gis, geographical, earth, distance, geodesic
license = MIT
license_files = LICENSE
url = https://geographiclib.sourceforge.io/Python/
project_urls = 
	Source Code = https://github.com/geographiclib/geographiclib-python
	Documentation = https://geographiclib.sourceforge.io/Python/doc/
	Download = https://pypi.org/project/geographiclib/
classifiers = 
	Development Status :: 5 - Production/Stable
	Intended Audience :: Developers
	Intended Audience :: Science/Research
	Operating System :: OS Independent
	Programming Language :: Python
	Topic :: Scientific/Engineering :: GIS
	Topic :: Software Development :: Libraries :: Python Modules

[options]
packages = find:
python_requires = >= 3.7

[egg_info]
tag_build = 
tag_date = 0