forked from Linekio/getmyancestors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (26 loc) · 811 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
[metadata]
name = getmyancestors
version = attr: getmyancestors.__version__
description = Retrieve GEDCOM data from FamilySearch Tree
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/Linekio/getmyancestors
license = GNU
classifiers =
Environment :: Console
License :: OSI Approved :: GNU General Public License (GPL)
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
[options]
packages = getmyancestors
install_requires =
babelfish==0.6.0
diskcache==5.2.1
requests==2.25.1
[options.package_data]
* = fstogedcom.png
[options.entry_points]
console_scripts =
getmyancestors=getmyancestors.getmyancestors:main
mergemyancestors=getmyancestors.mergemyancestors:main
fstogedcom=getmyancestors.fstogedcom:main