We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4693e commit bbf3d60Copy full SHA for bbf3d60
setup.py
@@ -1,13 +1,12 @@
1
from setuptools import find_packages, setup
2
3
-<<<<<<< HEAD
4
setup(
5
name="pylnbits-LNGAMES",
6
version="0.0.1",
7
package_dir={"": "pylnbits"},
8
packages=find_packages(where="pylnbits"),
9
python_requires=">=3.8",)
10
-=======
+
11
VERSION = "0.0.2"
12
13
with open("README.md", "r", encoding="utf-8") as fh:
@@ -37,4 +36,3 @@
37
36
include_package_data=True,
38
python_requires=">=3.8",
39
)
40
->>>>>>> 488a13bade9b725cb5ab1886c1f66fab84a12269
0 commit comments