Skip to content

Commit f4b6060

Browse files
committed
lol
1 parent 84f851b commit f4b6060

File tree

9 files changed

+41
-1
lines changed

9 files changed

+41
-1
lines changed

LICENSE

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
MIT License
2+
Copyright (c) 2021 Dev Shah
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
The above copyright notice and this permission notice shall be included in all
10+
copies or substantial portions of the Software.
11+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17+
SOFTWARE.
File renamed without changes.

dist/tensify-0.0.0.tar.gz

1.12 KB
Binary file not shown.

dist/tensify-0.0.1.tar.gz

1.12 KB
Binary file not shown.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
setuptools.setup(
77
name="tensify",
8-
version="0.0.1",
98
author="Dev Shah",
109
author_email="[email protected]",
1110
description="A python package which converts your tenses",

tensify.egg-info/PKG-INFO

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Metadata-Version: 2.1
2+
Name: tensify
3+
Version: 0.0.0
4+
Summary: A python package which converts your tenses
5+
Home-page: https://github.com/CodeRustyPro/Tensify
6+
Author: Dev Shah
7+
Author-email: [email protected]
8+
License: UNKNOWN
9+
Description: # Tensify
10+
11+
An easy to use pytho package to convert your tenses...
12+
Platform: UNKNOWN
13+
Classifier: Programming Language :: Python :: 3
14+
Classifier: License :: OSI Approved :: MIT License
15+
Classifier: Operating System :: OS Independent
16+
Description-Content-Type: text/markdown

tensify.egg-info/SOURCES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
README.md
2+
setup.py
3+
tensify.egg-info/PKG-INFO
4+
tensify.egg-info/SOURCES.txt
5+
tensify.egg-info/dependency_links.txt
6+
tensify.egg-info/top_level.txt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

tensify.egg-info/top_level.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)