Skip to content

Commit c1788b3

Browse files
committed
chore: housekeeping
1 parent 96f5589 commit c1788b3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ before_install:
7676
- .build/install_pyenv.sh
7777
# apps
7878
- git clone "https://github.com/mbdevpl/ffb-mini" "../ffb-mini"
79-
- git clone "https://github.com/mbdevpl/FLASH5.git" "../flash5"
79+
- git clone "https://github.com/mbdevpl/FLASH5" "../flash5"
8080
- git clone "https://github.com/mbdevpl/miranda_io" "../miranda_io"
8181

8282
install:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ The core functionality of transpyle is platform-independent. However, as support
286286
depends on presence of additional software, some functionality might be limited/unavailable
287287
on selected platforms.
288288

289-
Transpyle is fully tested on Linux, and partially tested on OS X and Windows.
289+
Transpyle is fully tested on Linux, and partially tested on macOS and Windows.
290290

291291

292292
Installation

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ class Package(setup_boilerplate.Package):
3232
'Topic :: Utilities']
3333
keywords = ['compiler', 'just-in-time', 'source-to-source', 'transpilation', 'transpiler']
3434
extras_require = {}
35-
entry_points = {
36-
'console_scripts': ['transpyle = transpyle.__main__:main']}
35+
entry_points = {'console_scripts': ['transpyle = transpyle.__main__:main']}
3736

3837

3938
if __name__ == '__main__':

0 commit comments

Comments
 (0)