| 
 | 1 | +[build-system]  | 
 | 2 | +requires = ["setuptools"]  | 
 | 3 | +build-backend = "setuptools.build_meta"  | 
 | 4 | + | 
 | 5 | +[project]  | 
 | 6 | +name = "sparkfun_qwiic_i2c"  | 
 | 7 | +version = "1.0.0"  | 
 | 8 | +description = "SparkFun Electronics qwiic I2C library"  | 
 | 9 | +url="http://www.sparkfun.com/qwiic"  | 
 | 10 | +author="SparkFun Electronics"  | 
 | 11 | + | 
 | 12 | +license="MIT"  | 
 | 13 | +classifiers=[  | 
 | 14 | +    # How mature is this project? Common values are  | 
 | 15 | +    #   3 - Alpha  | 
 | 16 | +    #   4 - Beta  | 
 | 17 | +    #   5 - Production/Stable  | 
 | 18 | +    "Development Status :: 5 - Production/Stable",  | 
 | 19 | + | 
 | 20 | +    # Indicate who your project is intended for  | 
 | 21 | +    "Intended Audience :: Developers",  | 
 | 22 | +    "Topic :: Software Development :: Build Tools",  | 
 | 23 | + | 
 | 24 | +    # Pick your license as you wish (should match "license" above)  | 
 | 25 | +    "License :: OSI Approved :: MIT License",  | 
 | 26 | + | 
 | 27 | +    # Specify the Python versions you support here. In particular, ensure  | 
 | 28 | +    # that you indicate whether you support Python 2, Python 3 or both.   | 
 | 29 | +    "Programming Language :: Python :: 2.7",  | 
 | 30 | +    "Programming Language :: Python :: 3.5",  | 
 | 31 | +    "Programming Language :: Python :: 3.6",  | 
 | 32 | +    "Programming Language :: Python :: 3.7",    | 
 | 33 | +]  | 
 | 34 | +keywords=["electronics","maker"]  | 
 | 35 | + | 
 | 36 | +[tool.setuptools]  | 
 | 37 | +packages = ["qwiic_i2c"]  | 
0 commit comments