Skip to content

Commit

Permalink
added manifest to keep reqs in pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauqb committed Jun 15, 2023
1 parent 8dd52d0 commit c463d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages, Extension
from setuptools.command.install import install
import subprocess
import os
from setuptools import setup, find_packages
from os.path import abspath, dirname, join

this_dir = abspath(dirname(__file__))
Expand All @@ -19,7 +16,7 @@

setup(
name="grad_june",
version="0.1.2",
version="0.1.4",
description="Differentiable implementation of the JUNE model.",
url="https://github.com/arnauqb/GradABM-JUNE",
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c463d5d

Please sign in to comment.