Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahenkes1 committed May 21, 2022
1 parent 0574d11 commit f235242
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
32 changes: 32 additions & 0 deletions pydec.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Metadata-Version: 2.1
Name: pydec
Version: 1.0.1
Summary: PyDEC: Software and Algorithms for Discrete Exterior Calculus
Home-page: http://www.graphics.cs.uiuc.edu/~wnbell/
Maintainer: PyDEC Developers
Maintainer-email: [email protected]
License: BSD
Download-URL: http://code.google.com/p/pydec/downloads/list
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Education
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
License-File: LICENSE.txt

UNKNOWN

1 change: 1 addition & 0 deletions pydec.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ def configuration(parent_package='',top_path=None):
return config

def setup_package():
from numpy.distutils.core import setup
# from numpy.distutils.core import setup
from setuptools import setup
from numpy.distutils.misc_util import Configuration

old_path = os.getcwd()
Expand Down

0 comments on commit f235242

Please sign in to comment.