Skip to content

Commit cd83c6d

Browse files
committed
change urdupython to universalpython
1 parent 64bb62a commit cd83c6d

37 files changed

Lines changed: 7 additions & 6 deletions

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828

2929
# packages=['urdupython', 'modes', 'filters', 'languages'],
3030
packages=find_packages(),
31-
package_data = {'urdupython' : files },
31+
package_data = {'universalpython' : files },
3232

3333
entry_points={
3434
'console_scripts': [
35-
'universalpython=urdupython.urdu_python:main',
35+
'universalpython=universalpython.universalpython:main',
3636
'urdupython=urdupython.urdu_python:main',
3737
'اردوپایتھان=urdupython.urdu_python:main',
3838
'اردوپای=urdupython.urdu_python:main'

test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
drucke("hello world")

test/test_pkg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from urdupython import run_module
2+
from universalpython import run_module
33

44
print ("Imported successfully.")
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
__credits__ = 'Grayhat'
1010
__url__ = 'https://github.com/saadbazaz/UrduPython'
1111

12-
from .urdu_python import *
12+
from .universalpython import *
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)