Skip to content

Commit c463d5d

Browse files
committed
added manifest to keep reqs in pypi
1 parent 8dd52d0 commit c463d5d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include requirements.txt

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from setuptools import setup, find_packages, Extension
3-
from setuptools.command.install import install
4-
import subprocess
5-
import os
2+
from setuptools import setup, find_packages
63
from os.path import abspath, dirname, join
74

85
this_dir = abspath(dirname(__file__))
@@ -19,7 +16,7 @@
1916

2017
setup(
2118
name="grad_june",
22-
version="0.1.2",
19+
version="0.1.4",
2320
description="Differentiable implementation of the JUNE model.",
2421
url="https://github.com/arnauqb/GradABM-JUNE",
2522
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)