mirror of
https://github.com/fatiando/moulder.git
synced 2025-12-21 18:41:07 +08:00
Added setup.py
This commit is contained in:
16
setup.py
Normal file
16
setup.py
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
|
||||
setup(name='moulder',
|
||||
version='draft-01',
|
||||
description='Interactive 2D Forward Gravity Modeller',
|
||||
author='',
|
||||
author_email='',
|
||||
url='http://www.fatiando.org',
|
||||
packages=['moulder'],
|
||||
entry_points={
|
||||
'console_scripts': ['moulder=moulder.__init__:main']
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user