forked from oracle/accelerated-data-science
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.py
13 lines (11 loc) · 819 Bytes
/
setup.py
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env python
# -*- coding: utf-8; -*-
# Copyright (c) 2020, 2022 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
### File setup.py obsolete and must not be used. Please update pyproject.toml instead.
### See detailed explanation why here:
### https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html.
# PEP 621 – Storing project metadata in pyproject.toml - https://peps.python.org/pep-0621/
# PEP 518 – Specifying Minimum Build System Requirements for Python Projects https://peps.python.org/pep-0518/
# PEP 508 – Dependency specification for Python Software Packages - https://peps.python.org/pep-0508/
# PEP 517 – A build-system independent format for source trees - https://peps.python.org/pep-0517/