-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from mvnmgrx/pypi_release
Support for Python Package Index (PyPI)
- Loading branch information
Showing
20 changed files
with
64 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["setuptools>=42"] | ||
build-backend = "setuptools.build_meta" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[metadata] | ||
name = kiutils | ||
version = 1.1.0 | ||
author = Marvin Mager | ||
author_email = [email protected] | ||
description = Simple and SCM-friendly KiCad file parser for KiCad 6.0 and up | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
url = https://github.com/mvnmgrx/kiutils | ||
project_urls = | ||
Bug Tracker = https://github.com/mvnmgrx/kiutils/issues | ||
classifiers = | ||
Programming Language :: Python :: 3.10 | ||
License :: OSI Approved :: GNU General Public License v3 (GPLv3) | ||
Operating System :: OS Independent | ||
Development Status :: 5 - Production/Stable | ||
Natural Language :: English | ||
Topic :: Scientific/Engineering :: Electronic Design Automation (EDA) | ||
|
||
[options] | ||
package_dir = | ||
= src | ||
packages = kiutils, kiutils.items, kiutils.utils | ||
python_requires = >=3.10 | ||
|
||
[options.packages.find] | ||
where = src |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.