Skip to content

Commit 567790a

Browse files
committed
Update metadata in setup.py to reflect new licence and minimum Python version. Update R-package licence to Apache 2 to match Python package
1 parent 1ae9add commit 567790a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

R-package/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Description: Implementation of the ivis algorithm as described in the paper:
1212
with neighbouring points being pulled together and non-neighours being pushed away.
1313
Depends: R (>= 3.2.3)
1414
Imports: reticulate
15-
License: MIT
15+
License: Apache License, Version 2.0
1616
Encoding: UTF-8
1717
LazyData: true
1818
RoxygenNote: 7.0.2

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
url='http://github.com/beringresearch/ivis',
1818
author='Benjamin Szubert, Ignat Drozdov',
1919
author_email='bszubert@beringresearch.com, idrozdov@beringresearch.com',
20-
license='GNU General Public License v2.0',
20+
license='Apache License, Version 2.0',
2121
packages=find_packages(),
22+
python_requires='>=3.5',
2223
install_requires=[
2324
'numpy',
2425
'scikit-learn>0.20.0',

0 commit comments

Comments
 (0)