Skip to content

Commit 9407ba4

Browse files
committed
26236 - Branding updates - Update "LabKey Software" reference
1 parent 3d33a1f commit 9407ba4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Python 2.6+ and 3.4+ are fully supported.
9090
LabKey Server v13.3 and later.
9191

9292
## Contributing
93-
This library and the LabKey Server are maintained by the LabKey Software Foundation. If you have any questions or need support, please use the [LabKey Server support forum](https://www.labkey.org/wiki/home/page.view?name=support
93+
This library and the LabKey Server are maintained by LabKey. If you have any questions or need support, please use the [LabKey Server support forum](https://www.labkey.org/wiki/home/page.view?name=support
9494

9595
### Testing
9696
If you are looking to contribute please run the tests before issuing a PR. For now you need to manually get the dependencies:

labkey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818

1919
__title__ = get_distribution('labkey').project_name
2020
__version__ = get_distribution('labkey').version
21-
__author__ = 'LabKey Software'
21+
__author__ = 'LabKey'
2222
__license__ = 'Apache License 2.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
description='Python client API for LabKey Server',
3434
long_description=long_desc,
3535
license="Apache License 2.0",
36-
author='LabKey Software',
36+
author='LabKey',
3737
author_email='nicka@labkey.com',
3838
maintainer='Nick Arnold',
3939
maintainer_email='nicka@labkey.com',

0 commit comments

Comments
 (0)