We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f258fb9 commit 9d10350Copy full SHA for 9d10350
setup.py
@@ -18,4 +18,11 @@
18
description = 'A pluggable Django application for integrating PayPal Payments Standard or Payments Pro',
19
packages=find_packages(),
20
include_package_data=True,
21
+ classifiers=[
22
+ "Framework :: Django",
23
+ "Intended Audience :: Developers",
24
+ "Intended Audience :: System Administrators",
25
+ "Operating System :: OS Independent",
26
+ "Topic :: Software Development"
27
+ ],
28
)
0 commit comments