latest pushes
This commit is contained in:
@@ -1,2 +1,4 @@
|
|||||||
|
cp ../../README.md ./
|
||||||
python setup.py sdist
|
python setup.py sdist
|
||||||
twine upload dist/*
|
twine upload dist/*
|
||||||
|
rm -r ./README.md
|
||||||
|
@@ -1,11 +1,11 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
with open("../../README.md", "r", encoding="utf-8") as fh:
|
with open("./README.md", "r", encoding="utf-8") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="bellande_limit",
|
name="bellande_limit",
|
||||||
version="0.1.1",
|
version="0.1.2",
|
||||||
description="Robots Limit",
|
description="Robots Limit",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
Reference in New Issue
Block a user