pocong 0.1.1__tar.gz → 0.1.2__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,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pocong
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Python Oriented Crawling Ongoing (POCONG): a simple crawling framework
5
5
  Home-page: https://gitlab.com/mohsin3107/pocong
6
6
  Author: Singgih
7
- Author-email: msinggih797@gmail.com
7
+ Author-email: singgih@alkode.id
8
8
  License: MIT
9
9
  Classifier: Development Status :: 3 - Alpha
10
10
  Classifier: Intended Audience :: Developers
@@ -24,7 +24,7 @@ description = Python Oriented Crawling Ongoing (POCONG): a simple crawling frame
24
24
  long_description = file: README.md
25
25
  long_description_content_type = text/markdown
26
26
  author = Singgih
27
- author_email = msinggih797@gmail.com
27
+ author_email = singgih@alkode.id
28
28
  url = https://github.com/yourusername/pocong
29
29
  license = MIT
30
30
  classifiers =
@@ -42,7 +42,7 @@ setup(
42
42
  long_description_content_type="text/markdown",
43
43
  url="https://gitlab.com/mohsin3107/pocong", # <-- Update this
44
44
  author="Singgih",
45
- author_email="msinggih797@gmail.com",
45
+ author_email="singgih@alkode.id",
46
46
  license="MIT", # <-- add a license for PyPI metadata
47
47
  package_dir={"": "src"},
48
48
  packages=find_packages(where="src"),
@@ -8,11 +8,11 @@ import json
8
8
 
9
9
  version_json = '''
10
10
  {
11
- "date": "2025-08-23T21:49:51+0700",
11
+ "date": "2025-08-23T21:54:34+0700",
12
12
  "dirty": false,
13
13
  "error": null,
14
- "full-revisionid": "e855a376fd90843f3ad9a44fb70cacb0c3d7b5bd",
15
- "version": "0.1.1"
14
+ "full-revisionid": "f5e6ba30b073075bba032c169a3fc3545ec1eaa1",
15
+ "version": "0.1.2"
16
16
  }
17
17
  ''' # END VERSION_JSON
18
18
 
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pocong
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Python Oriented Crawling Ongoing (POCONG): a simple crawling framework
5
5
  Home-page: https://gitlab.com/mohsin3107/pocong
6
6
  Author: Singgih
7
- Author-email: msinggih797@gmail.com
7
+ Author-email: singgih@alkode.id
8
8
  License: MIT
9
9
  Classifier: Development Status :: 3 - Alpha
10
10
  Classifier: Intended Audience :: Developers
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes