Skip to content

Commit

Permalink
Merge pull request #31 from johnrm174/develop
Browse files Browse the repository at this point in the history
formal release 2.6.3
  • Loading branch information
johnrm174 authored Feb 26, 2022
2 parents 3355289 + 2d22eb5 commit 8477620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
recursive-include model_railway_signals/resource_files *.wav
recursive-include model_railway_signals/library/resources *.wav
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from setuptools import setup
from setuptools import find_packages

print (find_packages())

# The directory containing this file
HERE = pathlib.Path(__file__).parent

Expand All @@ -13,7 +11,7 @@
# This call to setup() does all the work
setup(
name="model-railway-signals",
version="2.6.2",
version="2.6.3",
packages=find_packages(),
include_package_data=True,
description="Create your own DCC model railway signalling scheme",
Expand Down

0 comments on commit 8477620

Please sign in to comment.