Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ***********************************************************************************
# * Copyright 2010-2019 Paulo A. Herrera. All rights reserved. *
# * Copyright 2010-2019 Paulo A. Herrera. All rights reserved. *
# * *
# * Redistribution and use in source and binary forms, with or without *
# * modification, are permitted provided that the following conditions are met: *
Expand Down Expand Up @@ -29,7 +29,6 @@
#except ImportError:
from distutils.core import setup

import numpy as np
from src.version import PYEVTK_VERSION

def readme(fname):
Expand Down