move code to new location
This commit is contained in:
parent
0c8e187444
commit
69a1afa2bc
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
**fatamorgana** is a Python package for reading and writing OASIS format layout files.
|
**fatamorgana** is a Python package for reading and writing OASIS format layout files.
|
||||||
|
|
||||||
**Homepage:** https://mpxd.net/gogs/jan/fatamorgana
|
**Homepage:** https://mpxd.net/code/jan/fatamorgana
|
||||||
|
|
||||||
**Capabilities:**
|
**Capabilities:**
|
||||||
* This package is a work-in-progress and is largely untested -- it works for
|
* This package is a work-in-progress and is largely untested -- it works for
|
||||||
@ -31,7 +31,7 @@ pip install fatamorgana
|
|||||||
|
|
||||||
Install directly from git repository:
|
Install directly from git repository:
|
||||||
```bash
|
```bash
|
||||||
pip install git+https://mpxd.net/gogs/jan/fatamorgana.git@release
|
pip install git+https://mpxd.net/code/jan/fatamorgana.git@release
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ setup(name='fatamorgana',
|
|||||||
description='OASIS layout format parser and writer',
|
description='OASIS layout format parser and writer',
|
||||||
author='Jan Petykiewicz',
|
author='Jan Petykiewicz',
|
||||||
author_email='anewusername@gmail.com',
|
author_email='anewusername@gmail.com',
|
||||||
url='https://mpxd.net/gogs/jan/fatamorgana',
|
url='https://mpxd.net/code/jan/fatamorgana',
|
||||||
keywords=[
|
keywords=[
|
||||||
'OASIS',
|
'OASIS',
|
||||||
'layout',
|
'layout',
|
||||||
|
Loading…
Reference in New Issue
Block a user