Initial setup of directory structure
This commit is contained in:
parent
83a32674c5
commit
2f91ce0367
14 changed files with 185 additions and 0 deletions
21
setup.cfg
Normal file
21
setup.cfg
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue