https://github.com/colcon/colcon-python-setup-py
Extension for colcon to support Python packages with the metadata in the setup.py file
https://github.com/colcon/colcon-python-setup-py
colcon
Last synced: about 1 year ago
JSON representation
Extension for colcon to support Python packages with the metadata in the setup.py file
- Host: GitHub
- URL: https://github.com/colcon/colcon-python-setup-py
- Owner: colcon
- License: apache-2.0
- Created: 2017-11-11T20:57:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T21:13:06.000Z (over 1 year ago)
- Last Synced: 2025-05-17T10:09:59.329Z (about 1 year ago)
- Topics: colcon
- Language: Python
- Homepage: http://colcon.readthedocs.io
- Size: 74.2 KB
- Stars: 2
- Watchers: 5
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
colcon-python-setup-py
======================
An extension for `colcon-core `_ to identify packages with a ``setup.py`` file by introspecting the arguments to the ``setup()`` function call of `setuptools `_.