VirtualBox

Changeset 103034 in vbox


Ignore:
Timestamp:
Jan 24, 2024 5:01:19 PM (10 months ago)
Author:
vboxsync
Message:

Main/Python: Added Copyright header to pyproject.toml, removed unused code. bugref:10579

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/python/pyproject.toml

    r103028 r103034  
     1# Copyright (C) 2024 Oracle and/or its affiliates.
     2#
     3# This file is part of VirtualBox base platform packages, as
     4# available from https://www.virtualbox.org.
     5#
     6# This program is free software; you can redistribute it and/or
     7# modify it under the terms of the GNU General Public License
     8# as published by the Free Software Foundation, in version 3 of the
     9# License.
     10#
     11# This program is distributed in the hope that it will be useful, but
     12# WITHOUT ANY WARRANTY; without even the implied warranty of
     13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14# General Public License for more details.
     15#
     16# You should have received a copy of the GNU General Public License
     17# along with this program; if not, see <https://www.gnu.org/licenses>.
     18#
     19# The contents of this file may alternatively be used under the terms
     20# of the Common Development and Distribution License Version 1.0
     21# (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
     22# in the VirtualBox distribution, in which case the provisions of the
     23# CDDL are applicable instead of those of the GPL.
     24#
     25# You may elect to license modified versions of this file under the
     26# terms and conditions of either the GPL or the CDDL or both.
     27#
     28# SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
     29
    130[project]
    231name = "vboxapi"
     
    1544build-backend = "setuptools.build_meta"
    1645
    17 #[tool.setuptools.packages.find]
    18 #where = ["src"]
    19 #include = ["pkg*"]  # alternatively: `exclude = ["additional*"]`
    20 #namespaces = false
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette