Skip to content

Commit

Permalink
Remove setup.py, requirements.txt for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jun 24, 2022
1 parent 0a0fe2f commit e596db9
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 61 deletions.
41 changes: 41 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# SPDX-FileCopyrightText: 2022 Alec Delaney for Adafruit Industries
#
# SPDX-License-Identifier: MIT

[build-system]
requires = [
"setuptools",
"wheel",
"setuptools-scm",
]

[project]
name = "adafruit-circuitpython-bme680"
description = "CircuitPython driver for BME680 sensor over I2C"
readme = "README.rst"
keywords = [
"adafruit",
"blinka",
"circuitpython",
"micropython",
"bme680",
"hardware",
"temperature",
"pressure",
"humidity",
"gas",
]
license = {text = "MIT"}
classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Embedded Systems",
"Topic :: System :: Hardware",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
dependencies = [
"Adafruit-Blinka",
"adafruit-circuitpython-busdevice ~= 5.1",
]
dynamic = ["version"]
6 changes: 0 additions & 6 deletions requirements.txt

This file was deleted.

55 changes: 0 additions & 55 deletions setup.py

This file was deleted.

0 comments on commit e596db9

Please sign in to comment.