Skip to content

Commit 823d84a

Browse files
committed
Added note about move to GitHub
1 parent cc1e041 commit 823d84a

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,10 @@ That should create a points.vtu file in the current directory.
7777
SUPPORT:
7878
=======
7979

80-
I will continue releasing this package as open source, so it is free to be used in any kind of project. I will also continue providing support for simple questions and making incremental improvements as time allows. However, I also provide contract based support for commercial or research projects interested in this package or in topics related to data analysis and scientific programming with Python, Java, MATLAB/Octave, C/C++ or Fortran. For further details, please contact me to: paulo.herrera.eirl@gmail.com.
80+
I will continue releasing this package as open source, so it is free to be used in any kind of project.
81+
I will also continue providing support for simple questions and making incremental improvements as time
82+
allows. However, I also provide contract based support for commercial or research projects interested
83+
in this package or in topics related to data analysis and scientific programming with Python, Java, MATLAB/Octave, C/C++ or Fortran.
84+
For further details, please contact me to: paulo.herrera.eirl@gmail.com.
85+
86+
**NOTE: PyEVTK moved to GitHub. The new official page is this one (https://github.com/paulo-herrera/PyEVTK)**

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ def readme(fname):
3838
setup(
3939
name = 'evtk',
4040
version = '1.1.1',
41-
description = 'Export data as binary VTK files',
42-
long_description = readme('README.txt'),
41+
description = 'Exports data as binary VTK files',
42+
long_description = readme('README.md'),
4343
author = 'Paulo Herrera',
4444
author_email = 'pauloa.herrera@gmail.com',
45-
url = 'https://bitbucket.org/pauloh/pyevtk',
45+
url = 'https://github.com/paulo-herrera/PyEVTK.git',
4646
packages = ['evtk'],
4747
package_dir = {'evtk' : 'src'},
4848
package_data = {'evtk' : ['LICENSE', 'examples/*.py']}

0 commit comments

Comments
 (0)