From e2697de6c35df8e04ee5fcc6a873b60fb053a592 Mon Sep 17 00:00:00 2001
From: u214892 <u214892@sbb.ch>
Date: Thu, 26 Sep 2019 15:26:52 +0200
Subject: [PATCH] #42 run baselines in ci

---
 MANIFEST.in                     | 8 ++++----
 requirements_torch_training.txt | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index c328629..15ae22a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,8 @@
-include AUTHORS.rst
+include AUTHORS.md
 include CONTRIBUTING.rst
-include HISTORY.rst
+include changelog.md
 include LICENSE
-include README.rst
+include README.md
 include requirements_torch_training.txt
 include requirements_RLLib_training.txt
 
@@ -12,4 +12,4 @@ recursive-include tests *
 recursive-exclude * __pycache__
 recursive-exclude * *.py[co]
 
-recursive-include docs *.rst *.md conf.py Makefile make.bat *.jpg *.png *.gif
+recursive-include docs *.rst *.md conf.py *.jpg *.png *.gif
diff --git a/requirements_torch_training.txt b/requirements_torch_training.txt
index c2b65e1..0fc821c 100644
--- a/requirements_torch_training.txt
+++ b/requirements_torch_training.txt
@@ -1,4 +1,4 @@
-git+https://gitlab.aicrowd.com/flatland/flatland.git@42-run-baselines-in-ci
+git+https://gitlab.aicrowd.com/flatland/flatland.git
 importlib-metadata>=0.17
 importlib_resources>=1.0.2
 torch>=1.1.0
\ No newline at end of file
-- 
GitLab