Skip to content

Commit 6a9ee95

Browse files
authored
Bump setup.py to 2.7.20 (#1244)
1 parent 38bcd81 commit 6a9ee95

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

setup.py

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = "2.7.19"
3+
version = "2.7.20"
44

55
setup(
66
include_package_data=True,
@@ -9,9 +9,28 @@
99
description="Metaflow: More Data Science, Less Engineering",
1010
long_description=open("README.md").read(),
1111
long_description_content_type="text/markdown",
12-
author="Machine Learning Infrastructure Team at Netflix",
12+
author="Metaflow Developers",
1313
author_email="[email protected]",
14-
license="Apache License 2.0",
14+
license="Apache Software License",
15+
classifiers=[
16+
"Development Status :: 5 - Production/Stable",
17+
"License :: OSI Approved :: Apache Software License",
18+
"Operating System :: MacOS :: MacOS X",
19+
"Operating System :: POSIX :: Linux",
20+
"Programming Language :: Python :: 3",
21+
"Programming Language :: Python :: 3.5",
22+
"Programming Language :: Python :: 3.6",
23+
"Programming Language :: Python :: 3.7",
24+
"Programming Language :: Python :: 3.8",
25+
"Programming Language :: Python :: 3.9",
26+
"Programming Language :: Python :: 3.10",
27+
"Programming Language :: Python :: 3.11",
28+
],
29+
project_urls={
30+
"Source": "https://github.com/Netflix/metaflow",
31+
"Issues": "https://github.com/Netflix/metaflow/issues",
32+
"Documentation": "https://docs.metaflow.org",
33+
},
1534
packages=find_packages(exclude=["metaflow_test"]),
1635
py_modules=[
1736
"metaflow",

0 commit comments

Comments
 (0)