Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 89ef348

Browse files
author
Cipher
committed
Beta2
1 parent d8a99e1 commit 89ef348

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Janex.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: Janex
3-
Version: 0.0.2b0
3+
Version: 0.0.2b2
44
Home-page: https://github.com/Cipher58
55
Author: Cipher58
66
Author-email: [email protected]
@@ -36,7 +36,7 @@ gh repo clone Cipher58/Janex
3636
Secondly, import the Janex toolkit into your code by adding this line
3737

3838
```
39-
from Janex.Janex import *
39+
from Janex import *
4040
```
4141

4242
<h4>Using Janex in your code</h4>

Setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
name="Janex",
99

1010
# version of the module
11-
version="0.0.2-beta",
11+
version="0.0.2-beta2",
1212

1313
# Name of Author
1414
author="Cipher58",
1515

16+
download_url = 'https://github.com/Cipher58/Janex/archive/refs/tags/v0.0.2-beta.tar.gz',
17+
1618
# your Email address
1719
author_email="[email protected]",
1820

dist/.DS_Store

6 KB
Binary file not shown.

dist/Janex-0.0.2b0-py3-none-any.whl

-3.86 KB
Binary file not shown.

0 commit comments

Comments
 (0)