Skip to content

Commit

Permalink
Add classifiers to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Jul 25, 2020
1 parent 9e42dc3 commit 6946e8d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,14 @@
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",
],
)

0 comments on commit 6946e8d

Please sign in to comment.