Skip to content

Commit

Permalink
Fix offline dist (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikek authored Apr 17, 2024
1 parent d132f0a commit b702890
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ django-allauth==0.57.0
django-cors-headers==4.3.1
django-countries-plus==2.2.0
django-csp==3.7
django-environ @ git+https://github.com/ESSolutions/django-environ.git@cffc7c72c900e5bf876b88dd6c14f3d0ca1470dc
django-environ==0.11.2
django-filter==24.1
django-groups-manager==1.3.0
django-guardian==2.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django-auth-ldap==4.8.0
django-auto-logout==0.5.1
django-axes==6.3.0
pysaml2 @ git+https://github.com/ESSolutions/pysaml2.git@2f1ba6beaef3f6189ace26e0efb5f2d031624e04 ; platform_system=='Windows'
pysaml2==7.5.0
djangosaml2==1.9.2
unoconv==0.9.0
comtypes==1.4.1 ; platform_system=='Windows'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ def get_optional(name):
versions_dict = versioneer.get_versions()
cmdclass = versioneer.get_cmdclass()
setup(
name='ESSArch',
name='essarch',
version=versions_dict['version'],
description='ESSArch',
description='ESSArch (ES Solutions Archive)',
long_description=open("README.md").read(),
long_description_content_type='text/markdown',
author='Henrik Ek',
Expand Down

0 comments on commit b702890

Please sign in to comment.