File: setup.cfg

package info (click to toggle)
astlib 0.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,516 kB
  • sloc: ansic: 37,511; sed: 8,839; python: 3,877; makefile: 16
file content (26 lines) | stat: -rw-r--r-- 911 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
[metadata]
name = astLib
url = https://astlib.readthedocs.io,
author = Matt Hilton & Steven Boada,
author_email = matt.hilton@mykolab.com,
description = A set of python modules for producing simple plots, statistics, common calculations, coordinate conversions, and manipulating FITS images with World Coordinate System (WCS) information
long_description = file: README.rst
keywords = astrophysics, astronomy
license = LGPL
classifiers =
    Programming Language :: Python :: 3
    Environment :: Console
    Intended Audience :: Science/Research
    License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
    Natural Language :: English
    Operating System :: POSIX
    Topic :: Scientific/Engineering :: Astronomy
    Topic :: Software Development :: Libraries

[options]
packages = find:
install_requires =
    astropy >= 3.2
    numpy >= 1.10
    matplotlib >= 3.0
    scipy >= 1.7