PHP 8.2.30
Preview: setup.py Size: 533 B
//opt/alt/alt-nodejs11/root/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: 16

Name Size Perms Modified Actions
data DIR
- drwxr-xr-x 2024-03-03 22:41:36
Edit Download
pylib DIR
- drwxr-xr-x 2024-03-03 22:41:36
Edit Download
samples DIR
- drwxr-xr-x 2024-03-03 22:41:37
Edit Download
tools DIR
- drwxr-xr-x 2024-03-03 22:41:37
Edit Download
402 B lrw-r--r-- 2021-10-19 09:48:02
Edit Download
373 B lrw-r--r-- 2021-10-19 09:48:02
Edit Download
566 B lrw-r--r-- 2021-10-19 09:48:02
Edit Download
240 B lrwxr-xr-x 2021-10-19 09:48:02
Edit Download
196 B lrw-r--r-- 2021-10-19 09:48:02
Edit Download
444 B lrwxr-xr-x 2021-10-19 09:48:02
Edit Download
461 B lrw-r--r-- 2021-10-19 10:09:34
Edit Download
461 B lrw-r--r-- 2021-10-19 10:09:34
Edit Download
1.44 KB lrw-r--r-- 2021-10-19 09:48:02
Edit Download
2 B lrw-r--r-- 2021-10-19 09:48:02
Edit Download
3.66 KB lrw-r--r-- 2021-10-19 09:48:02
Edit Download
3.63 KB lrw-r--r-- 2021-10-19 10:09:34
Edit Download
3.63 KB lrw-r--r-- 2021-10-19 10:09:34
Edit Download
533 B lrwxr-xr-x 2021-10-19 09:48:02
Edit Download
668 B lrw-r--r-- 2021-10-19 10:09:35
Edit Download
668 B lrw-r--r-- 2021-10-19 10:09:35
Edit Download

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