phg-vis 1.1.0__tar.gz → 1.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,13 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: phg_vis
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: A package for the PHG modeling language and 3D visualization tool.
5
5
  Home-page: https://github.com/panguojun/Coordinate-System
6
6
  Author: romeosoft
7
7
  Author-email: 18858146@qq.com
8
+ Platform: Windows
8
9
  Classifier: Programming Language :: Python :: 3
9
10
  Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
+ Classifier: Operating System :: Microsoft :: Windows
11
12
  Requires-Python: >=3.8
12
13
  Description-Content-Type: text/markdown
13
14
  License-File: LICENSE
Binary file
@@ -1,13 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: phg_vis
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: A package for the PHG modeling language and 3D visualization tool.
5
5
  Home-page: https://github.com/panguojun/Coordinate-System
6
6
  Author: romeosoft
7
7
  Author-email: 18858146@qq.com
8
+ Platform: Windows
8
9
  Classifier: Programming Language :: Python :: 3
9
10
  Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
+ Classifier: Operating System :: Microsoft :: Windows
11
12
  Requires-Python: >=3.8
12
13
  Description-Content-Type: text/markdown
13
14
  License-File: LICENSE
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='phg_vis',
5
- version='1.1.0',
5
+ version='1.1.1',
6
6
  packages=find_packages(),
7
7
  include_package_data=True,
8
8
  description='A package for the PHG modeling language and 3D visualization tool.',
@@ -14,7 +14,7 @@ setup(
14
14
  classifiers=[
15
15
  'Programming Language :: Python :: 3',
16
16
  'License :: OSI Approved :: MIT License',
17
- 'Operating System :: OS Independent',
17
+ 'Operating System :: Microsoft :: Windows',
18
18
  ],
19
19
  python_requires='>=3.8',
20
20
  install_requires=[],
@@ -22,4 +22,5 @@ setup(
22
22
  'phg': ['phg.pyd'],
23
23
  '': ['vis/**/*'],
24
24
  },
25
+ platforms=['Windows'],
25
26
  )
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