Skip to content

Commit 08f2df5

Browse files
authored
Merge pull request #8 from bitkarrot/main
add pypi to setup.py
2 parents 488a13b + bbf3d60 commit 08f2df5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,4 @@ scratch
136136
# pypi
137137
.pypirc
138138
.pypirc-test
139+
.pypirc*

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
from setuptools import find_packages, setup
22

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+
310
VERSION = "0.0.2"
411

512
with open("README.md", "r", encoding="utf-8") as fh:

0 commit comments

Comments
 (0)