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

Commit 1a375fa

Browse files
committed
Update package name and author information
1 parent 649527b commit 1a375fa

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Eel
1+
name: Test Aal
22

33
on:
44
push:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ __pycache__
22
dist
33
build
44
Drivers
5-
Eel.egg-info
5+
Aal.egg-info
66
.tmp
77
.DS_Store
88
*.pyc

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
long_description = read_me.read()
66

77
setup(
8-
name='Eel',
8+
name='Aal',
99
version='0.16.0',
10-
author='Python Eel Organisation',
11-
author_email='python-eel@protonmail.com',
12-
url='https://github.com/python-eel/Eel',
13-
packages=['eel'],
10+
author='Python Aal Organisation',
11+
author_email='python-aal@protonmail.com',
12+
url='https://github.com/python-aal/Aal',
13+
packages=['aal'],
1414
package_data={
15-
'eel': ['aal.js', 'py.typed'],
15+
'aal': ['aal.js', 'py.typed'],
1616
},
1717
install_requires=['bottle', 'bottle-websocket', 'future', 'pyparsing', 'whichcraft'],
1818
extras_require={

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ commands =
2424
description = run type checks
2525
deps = -r requirements-test.txt
2626
commands =
27-
mypy --strict {posargs:eel}
27+
mypy --strict {posargs:aal}

0 commit comments

Comments
 (0)