Skip to content

Commit 266dd56

Browse files
committed
Switch package name to 'labkey'
1 parent 2cd291a commit 266dd56

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,12 @@
2828
file=sys.stderr)
2929
sys.exit(1)
3030

31-
from setuptools import setup
31+
from distutils.core import setup
3232

3333
packages = [
34-
'labkeyapi'
34+
'labkey'
3535
]
3636

37-
install_requires = []
38-
3937
long_desc = "Python client API for LabKey Server. Supports for query, wiki, and messageboard APIs."
4038

4139
setup(
@@ -49,7 +47,6 @@
4947
maintainer='Brian Connolly',
5048
maintainer_email='brian@labkey.com',
5149
url='https://www.labkey.org/wiki/home/Documentation/page.view?name=python',
52-
install_requires=install_requires,
5350
packages=packages,
5451
package_data={},
5552
keywords="labkey api client",

0 commit comments

Comments
 (0)