mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-31 01:20:24 +08:00
Add classifiers to setup.py
This commit is contained in:
@@ -29,5 +29,14 @@ setup(
|
||||
install_requires = base_reqs,
|
||||
entry_points={
|
||||
"console_scripts": [ "pdfplumber = pdfplumber.cli:main" ]
|
||||
}
|
||||
},
|
||||
classifiers=[
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user