Skip to content

Commit 4766fac

Browse files
authored
build(packaging): add minimal setup.py shim
Removed unnecessary comments and copyright notice.
1 parent e7a034f commit 4766fac

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

setup.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
#!/usr/bin/env python3
2-
# -*- coding: UTF-8 -*-
3-
################################################################################
4-
#
5-
# Copyright (c) 2024 Baidu.com, Inc. All Rights Reserved
6-
#
7-
################################################################################
8-
"""Setup script"""
9-
101
import setuptools
112

123
setuptools.setup()
13-

0 commit comments

Comments
 (0)