yan-notation 1.0.0__tar.gz → 1.0.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,13 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yan-notation
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: YAN (Yet Another Notation) parser for Python
5
- Author: yan-notation
6
5
  License: CC0-1.0
7
6
  Project-URL: Homepage, https://github.com/yan-notation/yan-spec
8
7
  Project-URL: Repository, https://github.com/yan-notation/yan-spec
9
- Project-URL: Documentation, https://yan-notation.github.io/yan-spec
10
- Keywords: yan,parser,config,serialization,notation
8
+ Keywords: yan,parser,config,serialization
11
9
  Classifier: Development Status :: 4 - Beta
12
10
  Classifier: Intended Audience :: Developers
13
11
  Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
@@ -1,11 +1,14 @@
1
+ [build-system]
2
+ requires = ["setuptools>=45", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
1
5
  [project]
2
6
  name = "yan-notation"
3
- version = "1.0.0"
7
+ version = "1.0.1"
4
8
  description = "YAN (Yet Another Notation) parser for Python"
5
9
  readme = "README.md"
6
10
  license = {text = "CC0-1.0"}
7
- authors = [{name = "yan-notation"}]
8
- keywords = ["yan", "parser", "config", "serialization", "notation"]
11
+ keywords = ["yan", "parser", "config", "serialization"]
9
12
  classifiers = [
10
13
  "Development Status :: 4 - Beta",
11
14
  "Intended Audience :: Developers",
@@ -22,7 +25,6 @@ requires-python = ">=3.8"
22
25
  [project.urls]
23
26
  Homepage = "https://github.com/yan-notation/yan-spec"
24
27
  Repository = "https://github.com/yan-notation/yan-spec"
25
- Documentation = "https://yan-notation.github.io/yan-spec"
26
28
 
27
- [project.scripts]
28
- yan = "yan:parse"
29
+ [tool.setuptools.packages.find]
30
+ where = ["src"]
@@ -1,13 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yan-notation
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: YAN (Yet Another Notation) parser for Python
5
- Author: yan-notation
6
5
  License: CC0-1.0
7
6
  Project-URL: Homepage, https://github.com/yan-notation/yan-spec
8
7
  Project-URL: Repository, https://github.com/yan-notation/yan-spec
9
- Project-URL: Documentation, https://yan-notation.github.io/yan-spec
10
- Keywords: yan,parser,config,serialization,notation
8
+ Keywords: yan,parser,config,serialization
11
9
  Classifier: Development Status :: 4 - Beta
12
10
  Classifier: Intended Audience :: Developers
13
11
  Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
@@ -4,6 +4,5 @@ src/yan/parser.py
4
4
  src/yan_notation.egg-info/PKG-INFO
5
5
  src/yan_notation.egg-info/SOURCES.txt
6
6
  src/yan_notation.egg-info/dependency_links.txt
7
- src/yan_notation.egg-info/entry_points.txt
8
7
  src/yan_notation.egg-info/top_level.txt
9
8
  test/test.py
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- yan = yan:parse
File without changes
File without changes