Skip to content

Commit

Permalink
Test without the workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Sep 1, 2018
1 parent 97221a7 commit f51f8f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This file is only left to be used by ReadTheDocs
pip>=18
pyscaffold>=3.1a0 # for RTD to resolve entry_points
setuptools>=38.3
sphinx>=1.7
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ def parse(root):
else:
return dict(
version=get_version(
root=__location__, parse=parse, **config),
name='PyScaffold' # Workaround for RTD
root=__location__, parse=parse, **config)
)


Expand Down

0 comments on commit f51f8f8

Please sign in to comment.