-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
49 lines (41 loc) · 1.49 KB
/
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
45
46
47
48
49
[metadata]
# Requires at least setuptools 39.2.0 (file support in version)
# see https://setuptools.readthedocs.io/en/latest/index.html
name = nptsne
url = https://biovault.github.io/nptsne
description = The nptsne package is designed to export a number of python classes that wrap tSNE and HSNE
long_description = file: ./DESCRIPTION.md
long_description_content_type = text/markdown
keywords = tSNE HSNE embedding GPU
author = Nicola Pezzotti, Thomas Höllt, Julian Thijssen, Baldur van Lew
author_email = b.van_lew@lumc.nl
license = Apache-2
license_files = LICENSE.txt
project_urls =
Tracker = https://github.com/biovault/nptsne/issues
Documentation = https://bldrvnlw.readthedocs.io
Source = https://github.com/biovault/nptsne
classifiers =
Intended Audience :: Science/Research
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Topic :: Software Development
Topic :: Scientific/Engineering
Operating System :: Microsoft :: Windows
Operating System :: MacOS :: MacOS X
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: C++
[options]
zip_safe = False
include_package_data = True
install_requires = numpy >= "1.11.0"
# Collect the python packages (marked with __init__.py)
package_dir=
=src
packages=find:
[options.packages.find]
where=src