Skip to content

Commit

Permalink
Define version in setup again
Browse files Browse the repository at this point in the history
  • Loading branch information
andredelft committed Apr 29, 2021
1 parent 8316a5b commit fdb4035
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions leidenmark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
from .misc import HetaProcessor, RE_HETA


__version__ = "0.1.28"


class LeidenPlus(Extension):

def __init__(self, **kwargs):
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
from setuptools import setup, find_packages
from leidenmark import __version__

with open('README.md') as f:
README = f.read()

setup(
name='leidenmark',
version=__version__,
version='0.1.28',
description='A markdown extension for converting Leiden+ epigraphic text to TEI Epidoc XML',
packages=find_packages(),
install_requires=['markdown', 'lxml>=4.5', 'regex', 'dh_utils'],
Expand Down

0 comments on commit fdb4035

Please sign in to comment.