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.
2 parents 488a13b + bbf3d60 commit 08f2df5Copy full SHA for 08f2df5
.gitignore
@@ -136,3 +136,4 @@ scratch
136
# pypi
137
.pypirc
138
.pypirc-test
139
+.pypirc*
setup.py
@@ -1,5 +1,12 @@
1
from setuptools import find_packages, setup
2
3
+setup(
4
+ name="pylnbits-LNGAMES",
5
+ version="0.0.1",
6
+ package_dir={"": "pylnbits"},
7
+ packages=find_packages(where="pylnbits"),
8
+ python_requires=">=3.8",)
9
+
10
VERSION = "0.0.2"
11
12
with open("README.md", "r", encoding="utf-8") as fh:
0 commit comments