forked from sffjunkie/astral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
39 lines (35 loc) · 1005 Bytes
/
setup.cfg
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
34
35
36
37
38
39
[metadata]
name = astral
version = 2.2
description = Calculations for the position of the sun and moon.
description-file = README.rst
keywords = sun, moon, sunrise, sunset, dawn, dusk
author = Simon Kennedy
author-email = [email protected]
home-page = https://github.com/sffjunkie/astral
license = Apache-2.0
classifiers=
Intended Audience :: Developers
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
project_urls =
Documentation = https://astral.readthedocs.io/en/stable/index.html
Source = https://github.com/sffjunkie/astral
Issues = https://github.com/sffjunkie/astral/issues
[options]
zip_safe = True
package_dir=
=src
packages = astral
python_requires = >=3.6
install_requires =
pytz
dataclasses;python_version=="3.6"
tests_require =
freezegun
pytest==5.0.1
tox