Update setup.py
Browse files
setup.py
CHANGED
|
@@ -15,7 +15,7 @@ setup(
|
|
| 15 |
description='A Python package for simulating electromagnetic fields using Physics-Informed Neural Networks.',
|
| 16 |
long_description=open('README.md').read(),
|
| 17 |
long_description_content_type='text/markdown',
|
| 18 |
-
url='https://github.com/
|
| 19 |
classifiers=[
|
| 20 |
'Programming Language :: Python :: 3',
|
| 21 |
'License :: OSI Approved :: MIT License',
|
|
|
|
| 15 |
description='A Python package for simulating electromagnetic fields using Physics-Informed Neural Networks.',
|
| 16 |
long_description=open('README.md').read(),
|
| 17 |
long_description_content_type='text/markdown',
|
| 18 |
+
url='https://github.com/ayda138000/pinn_electromagnetics',
|
| 19 |
classifiers=[
|
| 20 |
'Programming Language :: Python :: 3',
|
| 21 |
'License :: OSI Approved :: MIT License',
|