Initial setup of directory structure

This commit is contained in:
Merrick Rumel 2022-06-15 10:17:19 -04:00
parent 83a32674c5
commit 2f91ce0367
14 changed files with 185 additions and 0 deletions

21
setup.cfg Normal file
View file

@ -0,0 +1,21 @@
[metadata]
name = TCAN4550-py
version = 0.0.0
license = MIT
description = This repository is to provide methods to easily control the TCAN4550 from Texas Instruments
long_description = file: README.rst
author = Merrick Rumel
author_email = merrick.rumel@gmail.com
classifiers=
Development Status :: 3 - Alpha
[options]
packages = find:
package_dir =
=src
include_package_data = True
install_requires =
[options.packages.find]
where=src