Skip to content

Commit

Permalink
v__0.0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredgalichon committed Nov 11, 2023
1 parent 4321f60 commit f0ca709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

setup(
name="mec",
version="0.0.4.8",
version="0.0.4.9",
url="",
authors=["Alfred Galichon"],
author_email="ag133@nyu.edu",
licence="",
python_requires=">= 3",
install_requires=["gurobipy"],
packages=find_packages(),
package_data = {'mec': ['datasets/*.txt']},
package_data = {'mec': ['datasets/**/*.txt','datasets/**/*.csv']},
test_suite="mec.tests",
description="description of the package", # can link markdown file here
include_package_data=True,
Expand Down

0 comments on commit f0ca709

Please sign in to comment.