File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ # Include the README and CHANGELOG
2+ include *.md
3+
4+ # Include the license file
5+ include LICENSE
6+
7+ # exclude tests from package
8+ recursive-exclude tests *
9+ exclude tests
10+
11+ # Include the requirements
12+ include requirements.txt
13+ include requirements_tests.txt
14+ include pyproject.toml
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def run(self):
5050 packages = find_packages (exclude = ["tests" , "tests/*" ]),
5151 python_requires = ">=3" ,
5252 install_requires = requirements ,
53- download_url = "https://github.com/CenterBioML/torchplot/archive/0.1.6 .zip" ,
53+ download_url = "https://github.com/CenterBioML/torchplot/archive/0.1.7 .zip" ,
5454 classifiers = [
5555 "Environment :: Console" ,
5656 "Natural Language :: English" ,
Original file line number Diff line number Diff line change 44
55__name__ = "torchplot"
66_this_year = time .strftime ("%Y" )
7- __version__ = "0.1.6 "
7+ __version__ = "0.1.7 "
88__author__ = "Nicki Skafte Detlefsen et al."
99__author_email__ = "nsde@dtu.dk"
1010__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments