mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Python: Copy Python extractor to codeql repo
This commit is contained in:
13
python/extractor/tests/test_config2/setup.py
Normal file
13
python/extractor/tests/test_config2/setup.py
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
classifiers = [
|
||||
'Development Status :: 2 - Pre-Alpha',
|
||||
'Environment :: Console',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Operating System :: POSIX',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Topic :: Software Development',
|
||||
]
|
||||
Reference in New Issue
Block a user