-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some minor changes to check pypi upgrade
- Loading branch information
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
def joke(): | ||
return (u'Wenn ist das Nunst\u00fcck git und Slotermeyer? Ja! ... ' | ||
u'Beiherhund das Oder die Flipperwaldt gersput.') | ||
def name(): | ||
return ('I am A T M Ragib Raihan') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
from setuptools import setup | ||
|
||
setup(name='jadukor', | ||
version='0.1', | ||
version='0.2', | ||
description='The most powerfull module in the universe', | ||
url='http://github.com/atmragib/jadukor', | ||
download_url='https://github.com/atmragib/jadukor/archive/v_01.tar.gz', | ||
download_url='https://github.com/atmragib/jadukor/archive/v0.2.tar.gz', | ||
author='A T M Ragib Raihan', | ||
author_email='[email protected]', | ||
license='MIT', | ||
|