pyservx 1.0.3__tar.gz → 1.0.4__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.

Potentially problematic release.


This version of pyservx might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyservx
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: A simple Python server package
5
5
  Author-email: Your Name <your.email@example.com>
6
6
  License: MIT License
@@ -12,8 +12,8 @@ License: MIT License
12
12
  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13
13
 
14
14
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15
- Project-URL: Homepage, https://github.com/SubZ3r0-0x01/pyservx/
16
- Project-URL: Repository, https://github.com/SubZ3r0-0x01/pyservx/
15
+ Project-URL: Homepage, https://github.com/yourusername/pyservx
16
+ Project-URL: Repository, https://github.com/yourusername/pyservx
17
17
  Classifier: Programming Language :: Python :: 3
18
18
  Classifier: License :: OSI Approved :: MIT License
19
19
  Classifier: Operating System :: OS Independent
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pyservx"
3
- version = "1.0.3"
3
+ version = "1.0.4" # Increment to avoid conflict with 1.0.3
4
4
  description = "A simple Python server package"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.6"
@@ -19,5 +19,8 @@ requires = ["setuptools>=61.0", "wheel"]
19
19
  build-backend = "setuptools.build_meta"
20
20
 
21
21
  [project.urls]
22
- Homepage = "https://github.com/SubZ3r0-0x01/pyservx/"
23
- Repository = "https://github.com/SubZ3r0-0x01/pyservx/"
22
+ Homepage = "https://github.com/yourusername/pyservx"
23
+ Repository = "https://github.com/yourusername/pyservx"
24
+
25
+ [project.scripts]
26
+ pyservx = "pyservx.server:main"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyservx
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: A simple Python server package
5
5
  Author-email: Your Name <your.email@example.com>
6
6
  License: MIT License
@@ -12,8 +12,8 @@ License: MIT License
12
12
  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13
13
 
14
14
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15
- Project-URL: Homepage, https://github.com/SubZ3r0-0x01/pyservx/
16
- Project-URL: Repository, https://github.com/SubZ3r0-0x01/pyservx/
15
+ Project-URL: Homepage, https://github.com/yourusername/pyservx
16
+ Project-URL: Repository, https://github.com/yourusername/pyservx
17
17
  Classifier: Programming Language :: Python :: 3
18
18
  Classifier: License :: OSI Approved :: MIT License
19
19
  Classifier: Operating System :: OS Independent
@@ -7,5 +7,6 @@ pyservx/server.py
7
7
  pyservx.egg-info/PKG-INFO
8
8
  pyservx.egg-info/SOURCES.txt
9
9
  pyservx.egg-info/dependency_links.txt
10
+ pyservx.egg-info/entry_points.txt
10
11
  pyservx.egg-info/top_level.txt
11
12
  tests/test_server.py
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ pyservx = pyservx.server:main
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes