-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add command line argument for
gyp --version
(#164)
- Loading branch information
Showing
3 changed files
with
47 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[metadata] | ||
name = gyp-next | ||
version = attr: pylib/gyp.VERSION | ||
description = A fork of the GYP build system for use in the Node.js projects | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
author=Node.js contributors | ||
author_email=ryzokuken@disroot.org | ||
url=https://github.com/nodejs/gyp-next | ||
license = BSD 3-Clause License | ||
classifiers = | ||
Development Status :: 3 - Alpha | ||
Environment :: Console | ||
Intended Audience :: Developers | ||
License :: OSI Approved :: BSD License | ||
Natural Language :: English | ||
Programming Language :: Python | ||
Programming Language :: Python :: 3 | ||
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
|
||
[options] | ||
python_requires = 3.6 | ||
package_dir= | ||
=pylib | ||
packages=gyp,gyp.generator | ||
|
||
[options.entry_points] | ||
console_scripts = | ||
executable-name = gyp:script_main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters