-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
44 lines (40 loc) · 983 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
41
42
43
44
[metadata]
name = py-ceph
version = 0.0.1
author = Teddy Zhang
author_email = tedcbook@gmail.com
url = https://github.com/zhangted/py-ceph
description = Pytorch-based solution to find basic landmarks on lateral radiology image of skull
long_description = file: README.md
long_description_content_type = text/markdown
keywords = example, setuptools
license = BSD 3-Clause License
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Software Development :: Libraries
Intended Audience :: Science/Research
[options]
packages = find:
package_dir =
= src
include_package_data = True
install_requires =
pytest
pyyaml
pandas
torch
numpy
torch
matplotlib
scikit-image
[options.packages.find]
where = src
[options.package_data]
* =
pretrained_models/*.pkl.gz
*.yml
[options.entry_points]
console_scripts =
py-ceph = pyceph.pyceph_cli:main