inline-css 0.1.0__tar.gz → 0.1.1__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: inline-css
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Library and CLI application for inlining CSS rules from a set of stylesheets and applying them to an HTML file using `style` attributes.
5
5
  Author-email: Chris Myers <me@crmyers.dev>
6
6
  License-Expression: AGPL-3.0-or-later
@@ -8,6 +8,10 @@ Project-URL: Repository, https://github.com/C7C8/inline-css
8
8
  Project-URL: Releases, https://github.com/C7C8/inline-css/releases
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Operating System :: OS Independent
11
+ Classifier: Topic :: Text Processing :: Markup :: HTML
12
+ Classifier: Topic :: Utilities
13
+ Classifier: Topic :: Software Development :: Libraries
14
+ Classifier: Topic :: Software Development :: Code Generators
11
15
  Requires-Python: >=3.12
12
16
  Description-Content-Type: text/markdown
13
17
  License-File: LICENSE.md
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "inline-css"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  description = "Library and CLI application for inlining CSS rules from a set of stylesheets and applying them to an HTML file using `style` attributes."
5
5
  requires-python = ">=3.12"
6
6
  authors = [{name = "Chris Myers", email = "me@crmyers.dev"}]
@@ -10,6 +10,10 @@ readme = "README.md"
10
10
  classifiers = [
11
11
  "Programming Language :: Python :: 3",
12
12
  "Operating System :: OS Independent",
13
+ "Topic :: Text Processing :: Markup :: HTML",
14
+ "Topic :: Utilities",
15
+ "Topic :: Software Development :: Libraries",
16
+ "Topic :: Software Development :: Code Generators",
13
17
  ]
14
18
 
15
19
  dependencies = [
@@ -24,4 +28,4 @@ Repository = "https://github.com/C7C8/inline-css"
24
28
  Releases = "https://github.com/C7C8/inline-css/releases"
25
29
 
26
30
  [project.scripts]
27
- inline-css = "inline_css"
31
+ inline-css = "inline_css"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: inline-css
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Library and CLI application for inlining CSS rules from a set of stylesheets and applying them to an HTML file using `style` attributes.
5
5
  Author-email: Chris Myers <me@crmyers.dev>
6
6
  License-Expression: AGPL-3.0-or-later
@@ -8,6 +8,10 @@ Project-URL: Repository, https://github.com/C7C8/inline-css
8
8
  Project-URL: Releases, https://github.com/C7C8/inline-css/releases
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Operating System :: OS Independent
11
+ Classifier: Topic :: Text Processing :: Markup :: HTML
12
+ Classifier: Topic :: Utilities
13
+ Classifier: Topic :: Software Development :: Libraries
14
+ Classifier: Topic :: Software Development :: Code Generators
11
15
  Requires-Python: >=3.12
12
16
  Description-Content-Type: text/markdown
13
17
  License-File: LICENSE.md
File without changes
File without changes
File without changes
File without changes