Skip to content

Commit 8057d09

Browse files
committed
Changed Something
1 parent b9c7ce7 commit 8057d09

File tree

5 files changed

+45
-4
lines changed

5 files changed

+45
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tensify
1+
# Tensify
22

33
An easy to use python package to convert your tenses...
44

dist/tensify-0.0.0.tar.gz

1.48 KB
Binary file not shown.

dist/tensify-0.0.2.tar.gz

2.6 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
setuptools.setup(
77
name="tensify",
88
author="Dev Shah",
9+
version="0.0.2",
910
author_email="devshah1032@gmail.com",
1011
description="A python package which converts your tenses",
1112
long_description=long_description,

tensify.egg-info/PKG-INFO

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,54 @@
11
Metadata-Version: 2.1
22
Name: tensify
3-
Version: 0.0.0
3+
Version: 0.0.2
44
Summary: A python package which converts your tenses
55
Home-page: https://github.com/CodeRustyPro/Tensify
66
Author: Dev Shah
77
Author-email: devshah1032@gmail.com
88
License: UNKNOWN
9-
Description: # Tensify
9+
Description: # Tensifyâ„¢
1010

11-
An easy to use pytho package to convert your tenses...
11+
An easy to use python package to convert your tenses...
12+
13+
14+
Features :
15+
1.Super-Simple
16+
2.Easy
17+
3.Minimalistic
18+
4.Super-Fast
19+
5.Open-Source
20+
6.New Concept
21+
7.Trusted
22+
8.Free
23+
24+
25+
Usage :
26+
```
27+
import tensify
28+
tensify.PAST("I get it")
29+
# As simple as that
30+
```
31+
32+
Output :
33+
```
34+
I got it
35+
```
36+
37+
38+
39+
Contributors :
40+
```
41+
1.Dev Shah (Contact : devshah1032@gmail.com)
42+
2.Haard Majmudar (Contact : haardmajmudar2827@gmail.com)
43+
```
44+
45+
46+
47+
License :
48+
```
49+
MIT License
50+
Copyright (c) 2021 Dev Shah
51+
```
1252
Platform: UNKNOWN
1353
Classifier: Programming Language :: Python :: 3
1454
Classifier: License :: OSI Approved :: MIT License

0 commit comments

Comments
 (0)