Skip to content

Commit 9e06103

Browse files
committed
Change package name to 'gssapi' in setup.py
As decided, the name of the package has been changed to 'gssapi' in setup.py.
1 parent 0f70a24 commit 9e06103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def gssapi_modules(lst):
153153
open('README.txt').read())))
154154

155155
setup(
156-
name='PythonGSSAPI',
156+
name='gssapi',
157157
version='1.0.0',
158158
author='The Python GSSAPI Team',
159159
author_email='[email protected]',

0 commit comments

Comments
 (0)