PHP 8.2.30
Preview: setup.py Size: 534 B
//lib/node_modules/npm/node_modules/node-gyp/gyp/setup.py

#! /usr/bin/python2

# Copyright (c) 2009 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

from setuptools import setup

setup(
  name='gyp',
  version='0.1',
  description='Generate Your Projects',
  author='Chromium Authors',
  author_email='chromium-dev@googlegroups.com',
  url='http://code.google.com/p/gyp',
  package_dir = {'': 'pylib'},
  packages=['gyp', 'gyp.generator'],
  entry_points = {'console_scripts': ['gyp=gyp:script_main'] }
)

Directory Contents

Dirs: 4 × Files: 10

Name Size Perms Modified Actions
data DIR
- drwxr-xr-x 2024-03-03 22:36:29
Edit Download
pylib DIR
- drwxr-xr-x 2024-03-03 22:36:29
Edit Download
samples DIR
- drwxr-xr-x 2024-03-03 22:36:29
Edit Download
tools DIR
- drwxr-xr-x 2024-03-03 22:36:29
Edit Download
402 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download
373 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download
566 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download
241 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download
196 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download
1.27 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
1.44 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
2 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download
3.66 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
534 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).