Skip to content

Commit

Permalink
Change ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Oct 29, 2023
1 parent 0b3c3b3 commit 4a5bbdd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Irrational Encoding Wizardry
Copyright (c) 2023 Setsugennoao

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Wrapper for RGVS, RGSF, and various other functions

#### Dependencies

- [vstools](https://github.com/Irrational-Encoding-Wizardry/vstools/)
- [vstools](https://github.com/Setsugennoao/vstools/)
- [RGVS](https://github.com/vapoursynth/vs-removegrain)
- [RGSF](https://github.com/IFeelBloated/RGSF)
- [Akarin Expr](https://github.com/AkarinVS/vapoursynth-plugin)
- [Akarin Expr](https://github.com/AkarinVS/vapoursynth-plugin)
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
long_description=readme,
long_description_content_type='text/markdown',
project_urls={
'Source Code': 'https://github.com/Irrational-Encoding-Wizardry/vs-rgtools',
'Documentation': 'https://vsrgtools.encode.moe/en/latest/',
'Contact': 'https://discord.gg/qxTxVJGtst',
'Source Code': 'https://github.com/Setsugennoao/vs-rgtools',
'Contact': 'https://discord.gg/setsugen',
},
install_requires=requirements,
python_requires='>=3.11',
Expand Down
8 changes: 4 additions & 4 deletions vsrgtools/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

__version__ = '1.5.1'

__author__ = 'Irrational Encoding Wizardry <[email protected]>'
__maintainer__ = 'Setsugen no ao <[email protected]>'
__author_name__, __author_email__ = 'Irrational Encoding Wizardry', '[email protected]>'
__maintainer_name__, __maintainer_email__ = 'Setsugen no ao', '[email protected]'

__author_name__, __author_email__ = [x[:-1] for x in __author__.split('<')]
__maintainer_name__, __maintainer_email__ = [x[:-1] for x in __maintainer__.split('<')]
__author__ = f'{__author_name__} <{__author_email__}>'
__maintainer__ = __author__

if __name__ == '__github__':
print(__version__)

0 comments on commit 4a5bbdd

Please sign in to comment.