-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
40 lines (33 loc) · 875 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
40
[metadata]
name = demo
description = demo package
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/ndilalla/demo
author_email = [email protected]
author = Niccolò Di Lalla
requires_python = >=3
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Console
Intended Audience :: Science/Research
Operating System :: POSIX
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Astronomy
project_urls =
Bug Tracker = https://github.com/ndilalla/demo/issues
Source Code = https://github.com/ndilalla/demo
[options]
packages = find:
install_requires =
matplotlib
numpy
tests_require =
pytest
[versioneer]
VCS=git
style=pep440
versionfile_source=demo/_version.py
versionfile_build=demo/_version.py
tag_prefix=v
parentdir_prefix=demo-