Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
new email address
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Feb 10, 2018
1 parent adf1196 commit b936eca
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
13 changes: 9 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
dxfwrite
========

.. image:: https://readthedocs.org/projects/pip/badge/
:target: https://dxfwrite.readthedocs.io
:alt: Read The Docs

Abstract
--------

Expand Down Expand Up @@ -96,14 +100,15 @@ or from source::
Documentation
-------------

http://dxfwrite.readthedocs.org

http://packages.python.org/dxfwrite/
http://dxfwrite.readthedocs.io

The source code repository of dxfwrite can be found at GitHub.com:

https://github.com/mozman/dxfwrite.git

Feedback is greatly appreciated.

mozman <mozman@gmx.at>
Contact
=======

dxfwrite@mozman.at
6 changes: 3 additions & 3 deletions dxfwrite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@


version = (1, 2, 1)
VERSION = "%d.%d.%d" % version
VERSION = "%d.%d.%d" % version

CYEAR = "2010-2017"
AUTHOR_NAME = "Manfred Moitzi"
AUTHOR_EMAIL = "mozman@gmx.at"
AUTHOR_EMAIL = "me@mozman.at"
LICENSE = "MIT License"

__author__ = "mozman <mozman@gmx.at>"
__author__ = "mozman <me@mozman.at>"
__doc__ = """A Python library to create DXF R12 drawings.
Copyright %s
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[bdist_wheel]
universal = 1
universal = 1
8 changes: 4 additions & 4 deletions test.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@ECHO OFF
ECHO Running Python 2.7 tests
CALL test27.bat
ECHO Running Python 3.5 tests
CALL test35.bat
REM ECHO Running Python 2.7 tests
REM CALL test27.bat
REM ECHO Running Python 3.5 tests
REM CALL test35.bat
ECHO Running Python 3.6 tests
CALL test36.bat
ECHO Running pypy tests
Expand Down

0 comments on commit b936eca

Please sign in to comment.