try following directions

pull/86/head
eric 2018-05-24 11:03:33 -04:00
parent d1cacf8ef9
commit 22865cc7b3
1 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,14 @@
from setuptools import setup, find_packages import os
from setuptools import find_packages, setup
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
README = readme.read()
# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='Regluit', name='regluit',
version='3.0.0', version='3.0.0',
description='Web application for Unglue.it', description='Web application for Unglue.it',
author='Free Ebook Foundation', author='Free Ebook Foundation',