From 7061ccf52802603688eaf10af2503b1b3e66917f Mon Sep 17 00:00:00 2001 From: thecaptain789 Date: Thu, 5 Feb 2026 17:24:46 +0000 Subject: [PATCH] fix: update package author metadata - Changed author from 'bittensor.com' to 'Entrius' - Removed outdated TODO comment from template The author field should reflect the actual maintainer of this subnet. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3265b9..3e46d04 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def read_requirements(path): long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/entrius/gittensor', - author='bittensor.com', # TODO(developer): Change this value to your module subnet author name. + author='Entrius', packages=find_packages(), include_package_data=True, author_email='',