Skip to content

Commit

Permalink
Merge pull request #3 from koenvervloesem/check_package
Browse files Browse the repository at this point in the history
Add package data for minimum Python version and keywords
  • Loading branch information
koenvervloesem committed Dec 21, 2022
2 parents fe59013 + 57e8c58 commit 0aa3ef5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,16 @@ classifiers =
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules

keywords = bluetooth,ble,bluetooth-low-energy,uuids,oui,assigned-numbers,services,characteristics,descriptors

[options]
zip_safe = False
packages = find_namespace:
include_package_data = True
package_dir =
=src

# Require a min/specific Python version (comma-separated conditions)
# python_requires = >=3.8
python_requires = >=3.7

# Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0.
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in
Expand Down

0 comments on commit 0aa3ef5

Please sign in to comment.