Skip to content

Commit bbf3d60

Browse files
authored
Update setup.py
remove conflict resolution markers.
1 parent 8c4693e commit bbf3d60

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
from setuptools import find_packages, setup
22

3-
<<<<<<< HEAD
43
setup(
54
name="pylnbits-LNGAMES",
65
version="0.0.1",
76
package_dir={"": "pylnbits"},
87
packages=find_packages(where="pylnbits"),
98
python_requires=">=3.8",)
10-
=======
9+
1110
VERSION = "0.0.2"
1211

1312
with open("README.md", "r", encoding="utf-8") as fh:
@@ -37,4 +36,3 @@
3736
include_package_data=True,
3837
python_requires=">=3.8",
3938
)
40-
>>>>>>> 488a13bade9b725cb5ab1886c1f66fab84a12269

0 commit comments

Comments
 (0)