Skip to content

Commit

Permalink
Add setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski committed Oct 29, 2023
1 parent d6b1836 commit f746b77
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
21 changes: 21 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[metadata]
name = cge_modeling
version = 0.0.1
description = A package for working with computable general equilibrium (CGE) models
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/jessegrabowski/cge_modeling
author = Jesse Grabowski
author_email = jessegrabowski@gmail.com

[options]
packages = find:
install_requires =
numpy
scipy
sympy
pandas
numba

[options.packages.find]
exclude = tests*
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from setuptools import setup

setup()

0 comments on commit f746b77

Please sign in to comment.