mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 23:00:26 +00:00
Add workflow for testing python setup
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from setuptools import setup
|
||||
|
||||
# has fake Trove classifier to fool Python extractor to believe this is Python 3 for sure
|
||||
|
||||
# Programming Language :: Python :: 3.7
|
||||
|
||||
setup(
|
||||
name="example-setup.py",
|
||||
install_requires=[],
|
||||
extras_require={"all": ["requests==1.2.3"]}
|
||||
)
|
||||
Reference in New Issue
Block a user