Update setup.py
Browse files
setup.py
CHANGED
|
@@ -4,13 +4,11 @@ with open("README.md", "r", encoding="utf-8") as f:
|
|
| 4 |
long_description = f.read()
|
| 5 |
|
| 6 |
setup(
|
| 7 |
-
name="
|
| 8 |
version="0.1.0",
|
| 9 |
author="Furkan Nar",
|
| 10 |
author_email="furkannar168@hotmail.com",
|
| 11 |
description="Geometric Semantic Routing in Neural Architectures",
|
| 12 |
-
long_description=long_description,
|
| 13 |
-
long_description_content_type="text/markdown",
|
| 14 |
url="https://github.com/TheOfficialFurkanNar/spatial-context-networks",
|
| 15 |
packages=find_packages(),
|
| 16 |
classifiers=[
|
|
@@ -26,4 +24,4 @@ setup(
|
|
| 26 |
extras_require={
|
| 27 |
"dev": ["pytest", "matplotlib", "numpy"],
|
| 28 |
},
|
| 29 |
-
)
|
|
|
|
| 4 |
long_description = f.read()
|
| 5 |
|
| 6 |
setup(
|
| 7 |
+
name="scn",
|
| 8 |
version="0.1.0",
|
| 9 |
author="Furkan Nar",
|
| 10 |
author_email="furkannar168@hotmail.com",
|
| 11 |
description="Geometric Semantic Routing in Neural Architectures",
|
|
|
|
|
|
|
| 12 |
url="https://github.com/TheOfficialFurkanNar/spatial-context-networks",
|
| 13 |
packages=find_packages(),
|
| 14 |
classifiers=[
|
|
|
|
| 24 |
extras_require={
|
| 25 |
"dev": ["pytest", "matplotlib", "numpy"],
|
| 26 |
},
|
| 27 |
+
)
|