Skip to content

Commit

Permalink
chore: Add py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ committed Jul 3, 2023
1 parent e7cc6e1 commit 75f0733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_long_description() -> str:
packages=find_packages(where="src"),
package_dir={"": "src"},
package_data={
"honeybot": ["settings/*.conf", "*.txt"]
"honeybot": ["settings/*.conf", "*.txt", "*.toml"]
},
python_requires=">=3.7.0",
zip_safe=False,
Expand All @@ -63,6 +63,7 @@ def get_long_description() -> str:
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit 75f0733

Please sign in to comment.