Skip to content

Commit afcd02b

Browse files
committed
normalize package name for PyPI wheel compliance
1 parent d21fe7c commit afcd02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = fh.read()
99

1010
setup(
11-
name="Office365-REST-Python-Client",
11+
name="office365-rest-python-client",
1212
version="2.6.2",
1313
author="Vadim Gremyachev",
1414
author_email="[email protected]",

0 commit comments

Comments
 (0)