move code to new location
This commit is contained in:
parent
2ca27b0792
commit
fca3d8fda1
@ -20,7 +20,7 @@ Requirements:
|
|||||||
|
|
||||||
Install with pip, via git:
|
Install with pip, via git:
|
||||||
```bash
|
```bash
|
||||||
pip install git+https://mpxd.net/gogs/jan/masque.git@release
|
pip install git+https://mpxd.net/code/jan/masque.git@release
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ setup(name='masque',
|
|||||||
description='Lithography mask library',
|
description='Lithography mask library',
|
||||||
author='Jan Petykiewicz',
|
author='Jan Petykiewicz',
|
||||||
author_email='anewusername@gmail.com',
|
author_email='anewusername@gmail.com',
|
||||||
url='https://mpxd.net/gogs/jan/masque',
|
url='https://mpxd.net/code/jan/masque',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy',
|
'numpy',
|
||||||
|
Loading…
Reference in New Issue
Block a user