version 0.1

This commit is contained in:
2022-04-21 14:48:17 +02:00
parent e3d4616e62
commit f754b02d91
6 changed files with 23 additions and 82 deletions

View File

@@ -3,7 +3,7 @@ import os
from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.txt')) as f:
with open(os.path.join(here, 'README.md')) as f:
README = f.read()
with open(os.path.join(here, 'CHANGES.txt')) as f:
CHANGES = f.read()
@@ -35,7 +35,7 @@ tests_require = [
setup(
name='cao_blogr',
version='0.0',
version='0.1',
description='cao_blogr',
long_description=README + '\n\n' + CHANGES,
classifiers=[