phg-vis 1.0.7__tar.gz → 1.0.9__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,14 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: phg_vis
3
- Version: 1.0.7
4
- Summary: A package for phg modeling language
5
- Home-page: https://github.com/panguojun/phg
3
+ Version: 1.0.9
4
+ Summary: A package for the PHG modeling language and 3D visualization tool.
5
+ Home-page: https://github.com/panguojun/Coordinate-System
6
6
  Author: romeosoft
7
7
  Author-email: 18858146@qq.com
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.11
11
+ Requires-Python: >=3.8
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
 
Binary file
@@ -1,14 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: phg_vis
3
- Version: 1.0.7
4
- Summary: A package for phg modeling language
5
- Home-page: https://github.com/panguojun/phg
3
+ Version: 1.0.9
4
+ Summary: A package for the PHG modeling language and 3D visualization tool.
5
+ Home-page: https://github.com/panguojun/Coordinate-System
6
6
  Author: romeosoft
7
7
  Author-email: 18858146@qq.com
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.11
11
+ Requires-Python: >=3.8
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
 
@@ -2,21 +2,21 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='phg_vis',
5
- version='1.0.7',
5
+ version='1.0.9',
6
6
  packages=find_packages(),
7
7
  include_package_data=True,
8
- description='A package for phg modeling language',
8
+ description='A package for the PHG modeling language and 3D visualization tool.',
9
9
  long_description=open('README.md').read(),
10
10
  long_description_content_type='text/markdown',
11
11
  author='romeosoft',
12
12
  author_email='18858146@qq.com',
13
- url='https://github.com/panguojun/phg',
13
+ url='https://github.com/panguojun/Coordinate-System',
14
14
  classifiers=[
15
15
  'Programming Language :: Python :: 3',
16
16
  'License :: OSI Approved :: MIT License',
17
17
  'Operating System :: OS Independent',
18
18
  ],
19
- python_requires='>=3.11',
19
+ python_requires='>=3.8',
20
20
  install_requires=[],
21
21
  package_data={
22
22
  'phg': ['phg.pyd'],
Binary file
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes