Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 58d6ab8

Browse files
authored
Merge pull request #21 from eea/develop
Fix pypi homepage
2 parents e399de6 + ac1db38 commit 58d6ab8

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/HISTORY.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
11.4 - (2022-10-11)
5+
---------------------------
6+
* Change: Fix pypi homepage
7+
[valentinab25]
8+
49
11.3 - (2021-11-01)
510
---------------------------
611
* Change: Explicitly load zcml of dependencies, instead of using includeDependencies

eea/jquery/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.3
1+
11.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
author='European Environment Agency: IDM2 A-Team',
3333
author_email='eea-edw-a-team-alerts@googlegroups.com',
3434
download_url="https://pypi.python.org/pypi/eea.jquery",
35-
url='https://github.com/collective/eea.jquery',
35+
url='https://github.com/eea/eea.jquery',
3636
license='GPL',
3737
packages=find_packages(exclude=['ez_setup']),
3838
namespace_packages=['eea'],

0 commit comments

Comments
 (0)