Skip to content

Commit 4ff05c9

Browse files
committed
include Framework :: Dash
This is an official classifier as per pypi/warehouse#6273.
1 parent 9fc08c9 commit 4ff05c9

File tree

1 file changed

+4
-1
lines changed
  • {{cookiecutter.project_shortname}}

1 file changed

+4
-1
lines changed

{{cookiecutter.project_shortname}}/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
include_package_data=True,
1717
license=package['license'],
1818
description=package.get('description', package_name),
19-
install_requires=[]
19+
install_requires=[],
20+
classifiers = [
21+
'Framework :: Dash',
22+
],
2023
)

0 commit comments

Comments
 (0)