Skip to content

Commit

Permalink
Preparing release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed May 20, 2020
1 parent e8bddfc commit bdc5cc6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ __pycache__/
*.py[co]
.coverage
.coverage.*
tmp/
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
Changelog
==========

1.2.0 (unreleased)
1.2.0 (2020-05-20)
------------------

- Moved to https://github.com/mgedmin/multiping.
Expand Down
12 changes: 12 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,12 @@
include *.mk
include *.py
include *.rst
include .coveragerc
include .gitignore
include .travis.yml
include LICENSE
include Makefile
include pytest.ini
include tox.ini

exclude docs/*.png
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -8,4 +8,5 @@ coverage:
tox -e coverage

FILE_WITH_VERSION := multiping.py
DISTCHECK_DIFF_OPTS = $(DISTCHECK_DIFF_DEFAULT_OPTS) -x docs
include release.mk
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
version = metadata["__version__"]

setup(
name="multiping",
name="multiping.py",
version=version,
author="Marius Gedminas",
author_email="marius@gedmin.as",
Expand Down

0 comments on commit bdc5cc6

Please sign in to comment.