OpenPartsLibrary 0.1.5__tar.gz → 0.1.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: OpenPartsLibrary
3
- Version: 0.1.5
3
+ Version: 0.1.7
4
4
  Summary: Python library for creating a database of hardware components for manufacturing
5
5
  Home-page: https://github.com/alekssadowski95/OpenPartsLibrary
6
6
  Author: Aleksander Sadowski
@@ -164,3 +164,6 @@ This table outlines the `Part` properties used in the OpenPartsLibrary.
164
164
 
165
165
  Credits:
166
166
  icon: <a href="https://www.flaticon.com/free-icons/database" title="database icons">Database icons created by Smashicons - Flaticon</a>
167
+
168
+ ## How to Contribute
169
+ This section helps in understanding how to contribute to the project.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: OpenPartsLibrary
3
- Version: 0.1.5
3
+ Version: 0.1.7
4
4
  Summary: Python library for creating a database of hardware components for manufacturing
5
5
  Home-page: https://github.com/alekssadowski95/OpenPartsLibrary
6
6
  Author: Aleksander Sadowski
@@ -164,3 +164,6 @@ This table outlines the `Part` properties used in the OpenPartsLibrary.
164
164
 
165
165
  Credits:
166
166
  icon: <a href="https://www.flaticon.com/free-icons/database" title="database icons">Database icons created by Smashicons - Flaticon</a>
167
+
168
+ ## How to Contribute
169
+ This section helps in understanding how to contribute to the project.
@@ -134,4 +134,7 @@ This table outlines the `Part` properties used in the OpenPartsLibrary.
134
134
  `id` and `uuid` will also be used internally, but database users does not have to worry about those.
135
135
 
136
136
  Credits:
137
- icon: <a href="https://www.flaticon.com/free-icons/database" title="database icons">Database icons created by Smashicons - Flaticon</a>
137
+ icon: <a href="https://www.flaticon.com/free-icons/database" title="database icons">Database icons created by Smashicons - Flaticon</a>
138
+
139
+ ## How to Contribute
140
+ This section helps in understanding how to contribute to the project.
@@ -8,7 +8,7 @@ long_description = (this_directory / "README.md").read_text()
8
8
 
9
9
  setup(
10
10
  name='OpenPartsLibrary',
11
- version='0.1.5',
11
+ version='0.1.7',
12
12
  description='Python library for creating a database of hardware components for manufacturing',
13
13
  long_description=long_description,
14
14
  long_description_content_type='text/markdown',