We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24332e6 commit a2c51beCopy full SHA for a2c51be
Makefile
@@ -40,7 +40,7 @@ compress:
40
publish:
41
@echo "==> Releasing package $(version)..."
42
@python setup.py sdist bdist_wheel
43
- @twine upload dist/*
+ @twine upload dist/* --repository-url https://upload.pypi.org/legacy/
44
@rm -fr build dist .egg pook.egg-info
45
46
release: clean docs deploy-documentation tag compress publish
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='filetype',
9
- version='1.0.8',
+ version='1.0.9',
10
description='Infer file type and MIME type of any file/buffer. '
11
'No external dependencies.',
12
long_description=codecs.open('README.rst', 'r',
0 commit comments