uploadserver 5.2.0__tar.gz → 5.2.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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: uploadserver
3
- Version: 5.2.0
3
+ Version: 5.2.1
4
4
  Summary: Python's http.server extended to include a file upload page
5
5
  Home-page: https://github.com/Densaugeo/uploadserver
6
6
  Author: Densaugeo
@@ -5,7 +5,7 @@ with open('README.md', 'r') as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name='uploadserver',
8
- version='5.2.0',
8
+ version='5.2.1',
9
9
  author='Densaugeo',
10
10
  author_email='author@example.com',
11
11
  description='Python\'s http.server extended to include a file upload page',
@@ -82,7 +82,8 @@ def get_directory_head_injection(theme):
82
82
  ''', 'utf-8')
83
83
 
84
84
  DIRECTORY_BODY_INJECTION = b'''<!-- Injected by uploadserver -->
85
- <a href="upload">File upload</a> (provided by uploadserver)
85
+ <a href="/upload">File upload</a>
86
+ (provided by uploadserver, all files go to server root)
86
87
  <hr>
87
88
  <!-- End injection by uploadserver -->
88
89
  '''
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: uploadserver
3
- Version: 5.2.0
3
+ Version: 5.2.1
4
4
  Summary: Python's http.server extended to include a file upload page
5
5
  Home-page: https://github.com/Densaugeo/uploadserver
6
6
  Author: Densaugeo
File without changes
File without changes
File without changes