commit
stringlengths
40
40
subject
stringlengths
4
1.73k
repos
stringlengths
5
127k
old_file
stringlengths
2
751
new_file
stringlengths
2
751
new_contents
stringlengths
1
8.98k
old_contents
stringlengths
0
6.59k
license
stringclasses
13 values
lang
stringclasses
23 values
5b94836710f6412eda52ce5b34797df6ec546702
Bump core version number (#3864)
googleapis/python-cloud-core,googleapis/python-cloud-core
setup.py
setup.py
# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
apache-2.0
Python
5694f0cb56c14b6be0a6bf1aabadc09b118c394c
Add six to dependencies and bump chassis version to 1.4.0
refinery29/chassis,refinery29/chassis
setup.py
setup.py
"""Chassis: Opinionated REST Framework.""" from setuptools import find_packages, setup setup( name='chassis', version='0.1.4', packages=find_packages(), description="Opinionated REST Framework", author="Refinery 29", author_email="chassis-project@refinery29.com", url="https://github.com/re...
"""Chassis: Opinionated REST Framework.""" from setuptools import find_packages, setup setup( name='chassis', version='0.1.3', packages=find_packages(), description="Opinionated REST Framework", author="Refinery 29", author_email="chassis-project@refinery29.com", url="https://github.com/re...
mit
Python
d5fbaf6f75b421d88ef13b4b1519818cf8ff494d
Add tox dependency
dwt/fluent
setup.py
setup.py
#!/usr/bin/env python # encoding: utf8 import setuptools import os here = os.path.dirname(os.path.abspath(__file__)) setup_args = dict( name='fluentpy', version='2.0', description='Python wrapper for stdlib (and your) objects to give them a fluent interface.', long_description=open(os.path.join(here,...
#!/usr/bin/env python # encoding: utf8 import setuptools import os here = os.path.dirname(os.path.abspath(__file__)) setup_args = dict( name='fluentpy', version='2.0', description='Python wrapper for stdlib (and your) objects to give them a fluent interface.', long_description=open(os.path.join(here,...
isc
Python
f229e771adba96c5e7a8fcd27c51cb487223660b
Add pyyaml to requirements in setup.py
theherk/figgypy
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages import sys try: import pypandoc readme = pypandoc.convert('README.md', 'rst') except(IOError, ImportError): with open('README.md') as f: readme = f.read() install_requires = [ 'boto3', 'future', 'gnupg>=2.0.2', 'se...
#!/usr/bin/env python from setuptools import setup, find_packages import sys try: import pypandoc readme = pypandoc.convert('README.md', 'rst') except(IOError, ImportError): with open('README.md') as f: readme = f.read() install_requires = [ 'boto3', 'future', 'gnupg>=2.0.2', 'se...
mit
Python
64978e87f91c328624a840e4cd8f9d94fb9ca2a0
create version 2.3.4
Duke-GCB/DukeDSClient,Duke-GCB/DukeDSClient
setup.py
setup.py
from setuptools import setup setup(name='DukeDSClient', version='2.3.4', description='Command line tool(ddsclient) to upload/manage projects on the duke-data-service.', url='https://github.com/Duke-GCB/DukeDSClient', keywords='duke dds dukedataservice', author='John Bradley', ...
from setuptools import setup setup(name='DukeDSClient', version='2.3.3', description='Command line tool(ddsclient) to upload/manage projects on the duke-data-service.', url='https://github.com/Duke-GCB/DukeDSClient', keywords='duke dds dukedataservice', author='John Bradley', ...
mit
Python
6dc611d60dc0724d1ec9499dc04f808633932a47
Bump version
harrystech/arthur-redshift-etl,harrystech/arthur-redshift-etl,harrystech/arthur-redshift-etl,harrystech/arthur-redshift-etl,harrystech/arthur-redshift-etl
setup.py
setup.py
from setuptools import find_packages, setup setup( name="redshift_etl", version="1.15.1", author="Harry's Data Engineering and Analytics Engineering", description="ETL code to ferry data from PostgreSQL databases or S3 files to Redshift clusters", license="MIT", keywords="redshift postgresql E...
from setuptools import find_packages, setup setup( name="redshift_etl", version="1.15.0", author="Harry's Data Engineering and Analytics Engineering", description="ETL code to ferry data from PostgreSQL databases or S3 files to Redshift clusters", license="MIT", keywords="redshift postgresql E...
mit
Python
70dcbb03b6ff340099a6a57c60cec8157786aba2
bump version
cuda-networks/django-eb-sqs,cuda-networks/django-eb-sqs
setup.py
setup.py
import os from setuptools import setup, find_packages here = os.path.abspath(os.path.dirname(__file__)) README = open(os.path.join(here, 'README.md')).read() setup( name='django-eb-sqs', version='1.12', package_dir={'eb_sqs': 'eb_sqs'}, include_package_data=True, packages=find_packages(), desc...
import os from setuptools import setup, find_packages here = os.path.abspath(os.path.dirname(__file__)) README = open(os.path.join(here, 'README.md')).read() setup( name='django-eb-sqs', version='1.11', package_dir={'eb_sqs': 'eb_sqs'}, include_package_data=True, packages=find_packages(), desc...
mit
Python
56572fd9e38274074c8476f25dd47ee0799271ea
Update to appropriate version number
mjucker/pv_atmos
setup.py
setup.py
from distutils.core import setup setup(name='pv_atmos', version='1.1.1', description='Utilities for scientific visualization with ParaView', long_description='This package is described in a peer-reviewed open access article, which can be found at http://dx.doi.org/10.5334/jors.al'. author='Marti...
from distutils.core import setup setup(name='pv_atmos', version='1.1', description='Utilities for scientific visualization with ParaView', long_description='This package is described in a peer-reviewed open access article, which can be found at http://dx.doi.org/10.5334/jors.al'. author='Martin ...
mit
Python
3b5ddda06669a6cc1435aece96e7cda8f527b0c0
Update setup.py version to 2.2.0a1
pymfony/dependency
setup.py
setup.py
#!/usr/bin/python # -*- coding: utf-8 -*- # This file is part of the pymfony package. # # (c) Alexandre Quercia <alquerci@email.com> # # For the full copyright and license information, please view the LICENSE # file that was distributed with this source code. from __future__ import absolute_import; import os; from dis...
#!/usr/bin/python # -*- coding: utf-8 -*- # This file is part of the pymfony package. # # (c) Alexandre Quercia <alquerci@email.com> # # For the full copyright and license information, please view the LICENSE # file that was distributed with this source code. from __future__ import absolute_import; import os; from dis...
mit
Python
6e57dbb2c6d4c2b3ec4dccfa0a3daaf5ee14eeb2
bump version
csdev/datacheck,csdev/datacheck
setup.py
setup.py
import sys from setuptools import setup from setuptools.command.test import test as TestCommand # ref: https://tox.readthedocs.org/en/latest/example/basic.html#integration-with-setuptools-distribute-test-commands class Tox(TestCommand): user_options = [('tox-args=', 'a', "Arguments to pass to tox")] def ini...
import sys from setuptools import setup from setuptools.command.test import test as TestCommand # ref: https://tox.readthedocs.org/en/latest/example/basic.html#integration-with-setuptools-distribute-test-commands class Tox(TestCommand): user_options = [('tox-args=', 'a', "Arguments to pass to tox")] def ini...
mit
Python
37d80fd25338f55325a802d74ce4f43c49b23add
create 1.1.1 for next development
akamai-open/AkamaiOPEN-edgegrid-python
setup.py
setup.py
from setuptools import setup, find_packages setup( name='edgegrid-python', version='1.1.1', description='{OPEN} client authentication protocol for python-requests', author='Jonathan Landis', author_email='jlandis@akamai.com', url='https://github.com/akamai-open/AkamaiOPEN-edgegrid-python', ...
from setuptools import setup, find_packages setup( name='edgegrid-python', version='1.1.0', description='{OPEN} client authentication protocol for python-requests', author='Jonathan Landis', author_email='jlandis@akamai.com', url='https://github.com/akamai-open/AkamaiOPEN-edgegrid-python', ...
apache-2.0
Python
e61b7b91157f0d198c90cb3652f6656bd6c44cba
Remove string from a copy and paste fail.
dietmarw/trimtrailingwhitespaces
setup.py
setup.py
"""Setup script to generate an stand-alone executable. Author-email: "Dietmar Winkler" <dietmar.winkler@dwe.no> License: See UNLICENSE file Usage: Run the build process by running the command 'python setup.py build' If everything works well you should find a subdirectory in the build subdirectory that ...
"""Setup script to generate an stand-alone executable. Author-email: "Dietmar Winkler" <dietmar.winkler@dwe.no> License: See UNLICENSE file Usage: Run the build process by running the command 'python setup.py build' If everything works well you should find a subdirectory in the build subdirectory that ...
unlicense
Python
10f91d8f42736a03d310aeec3c369728f44467b9
use hdlConvertorAst>=0.3
Nic30/HWToolkit
setup.py
setup.py
#!/usr/bin/env python3 # -*- coding: UTF-8 -*- from os import path from setuptools import setup, find_packages this_directory = path.abspath(path.dirname(__file__)) with open(path.join(this_directory, "README.md"), encoding="utf-8") as f: long_description = f.read() setup(name="hwt", version="3.3", d...
#!/usr/bin/env python3 # -*- coding: UTF-8 -*- from os import path from setuptools import setup, find_packages this_directory = path.abspath(path.dirname(__file__)) with open(path.join(this_directory, "README.md"), encoding="utf-8") as f: long_description = f.read() setup(name="hwt", version="3.3", d...
mit
Python
44f86ac4088fcbfaf11f24f91d9d3ee880c05b5b
Remove test requirements from `setup.py`
homeworkprod/weitersager
setup.py
setup.py
import codecs from setuptools import setup with codecs.open('README.rst', encoding='utf-8') as f: long_description = f.read() setup( name='Weitersager', version='0.2-dev', description='A proxy to forward messages received via HTTP to to IRC', long_description=long_description, url='http://h...
import codecs from setuptools import setup with codecs.open('README.rst', encoding='utf-8') as f: long_description = f.read() setup( name='Weitersager', version='0.2-dev', description='A proxy to forward messages received via HTTP to to IRC', long_description=long_description, url='http://h...
mit
Python
76781ef75f4b3ce23731798680b47efb1494251d
Add additional PyPI classifiers
sebschrader/python-arpreq,sebschrader/python-arpreq,sebschrader/python-arpreq,sebschrader/python-arpreq
setup.py
setup.py
import platform from setuptools import Extension, find_packages, setup # PyPy does include glibc standard headers, but does not define any of the # feature_test_macros(7) # CPython on the other hand complains, if you define any of these macros if platform.python_implementation() == 'PyPy': define_macros = [ ...
import platform from setuptools import Extension, find_packages, setup # PyPy does include glibc standard headers, but does not define any of the # feature_test_macros(7) # CPython on the other hand complains, if you define any of these macros if platform.python_implementation() == 'PyPy': define_macros = [ ...
mit
Python
ad0e78cdf7a282ecaae1a5bb3dcf5115d7177bb1
Bump version to 1.2.1
dailymuse/oz,dailymuse/oz,dailymuse/oz
setup.py
setup.py
from setuptools import setup VERSION = "1.2.1" setup( name="Oz", version=VERSION, description="A batteries-included web framework built on Tornado", author="Yusuf Simonson", author_email="yusuf@themuse.com", url="http://github.com/dailymuse/oz", zip_safe=False, packages=[ "oz"...
from setuptools import setup VERSION = "1.2.0" setup( name="Oz", version=VERSION, description="A batteries-included web framework built on Tornado", author="Yusuf Simonson", author_email="yusuf@themuse.com", url="http://github.com/dailymuse/oz", zip_safe=False, packages=[ "oz"...
bsd-3-clause
Python
0deb41ddea26755400b7a6004536b0394a418c1d
Add modestpy.estim.sqp to packages in setup.py
sdu-cfei/modest-py
setup.py
setup.py
from setuptools import setup setup(name='modestpy', version='0.0.7', description='FMI-compliant model identification package', url='https://github.com/sdu-cfei/modest-py', keywords='fmi fmu optimization model identification estimation', author='Krzysztof Arendt', author_email='krzys...
from setuptools import setup setup(name='modestpy', version='0.0.7', description='FMI-compliant model identification package', url='https://github.com/sdu-cfei/modest-py', keywords='fmi fmu optimization model identification estimation', author='Krzysztof Arendt', author_email='krzys...
bsd-2-clause
Python
4cf2a4a16d30088d8a871f348b20cdf3411db592
Bump to alpha.
audreyr/jinja2_pluralize
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- import os import sys try: from setuptools import setup except ImportError: from distutils.core import setup readme = open('README.rst').read() history = open('HISTORY.rst').read().replace('.. :changelog:', '') requirements = [ 'jinja2>=2.4', 'inflect>=...
#!/usr/bin/env python # -*- coding: utf-8 -*- import os import sys try: from setuptools import setup except ImportError: from distutils.core import setup readme = open('README.rst').read() history = open('HISTORY.rst').read().replace('.. :changelog:', '') requirements = [ 'jinja2>=2.4', 'inflect>=...
bsd-3-clause
Python
a0e1b7fb18c3f0c63fb480ee6051ba443378a10f
Bump version to 3.2m4
geokala/cloudify-amqp-influxdb,cloudify-cosmo/cloudify-amqp-influxdb,geokala/cloudify-amqp-influxdb,cloudify-cosmo/cloudify-amqp-influxdb
setup.py
setup.py
######## # Copyright (c) 2014 GigaSpaces Technologies Ltd. All rights reserved # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless...
######## # Copyright (c) 2014 GigaSpaces Technologies Ltd. All rights reserved # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless...
apache-2.0
Python
ec78aa54cbfeffaa9de6b3eab5bb0dae9be99dcb
Bump version
appknox/vendor,appknox/vendor,appknox/vendor
setup.py
setup.py
#! /usr/bin/env python # -*- coding: utf-8 -*- # # vim: fenc=utf-8 # vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 # # """ File name: setup.py Version: 0.1 Author: dhilipsiva <dhilipsiva@gmail.com> Date created: 2015-11-24 """ from setuptools import setup, find_packages setup( name='ak-vendor', version...
#! /usr/bin/env python # -*- coding: utf-8 -*- # # vim: fenc=utf-8 # vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 # # """ File name: setup.py Version: 0.1 Author: dhilipsiva <dhilipsiva@gmail.com> Date created: 2015-11-24 """ from setuptools import setup, find_packages setup( name='ak-vendor', version...
mit
Python
ac302a8bbe72ee4f62b040d1bc9fabb01af209a0
Bump version again.
getsentry/responses,getsentry/responses
setup.py
setup.py
#!/usr/bin/env python """ responses ========= A utility library for mocking out the `requests` Python library. :copyright: (c) 2015 David Cramer :license: Apache 2.0 """ import sys from setuptools import setup from setuptools.command.test import test as TestCommand setup_requires = [] if "test" in sys.argv: s...
#!/usr/bin/env python """ responses ========= A utility library for mocking out the `requests` Python library. :copyright: (c) 2015 David Cramer :license: Apache 2.0 """ import sys from setuptools import setup from setuptools.command.test import test as TestCommand setup_requires = [] if "test" in sys.argv: s...
apache-2.0
Python
423e352f7189b414b47df501d9f363a8c5fca8a6
bump version
fulfilio/fulfil-python-api,sharoonthomas/fulfil-python-api
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- try: from setuptools import setup except ImportError: from distutils.core import setup with open('README.rst') as readme_file: readme = readme_file.read() with open('HISTORY.rst') as history_file: history = history_file.read() requirements = [ 'pyj...
#!/usr/bin/env python # -*- coding: utf-8 -*- try: from setuptools import setup except ImportError: from distutils.core import setup with open('README.rst') as readme_file: readme = readme_file.read() with open('HISTORY.rst') as history_file: history = history_file.read() requirements = [ 'pyj...
isc
Python
6df2676820e8aae8d74ff2fc597e7a9bc0a927e2
Define a minimal setup.py handling old versions of setuptools
Martiusweb/asynctest
setup.py
setup.py
# coding: utf-8 """ asynctest setup script. We rely on setuptools >= 30.3.0 to read setup.cfg, but provide a minimal support with distutils. """ args = { "name": "asynctest", "packages": ["asynctest"], } try: # We don't use this method, but it allows to detect if setuptools will read # the setup.cfg ...
# coding: utf-8 """ asynctest setup script. Currently, only basic distribution features are required, hence distutils is sufficient, and we won't use setuptools. """ from setuptools import setup args = { "name": "asynctest", "version": "0.11.1", "description": "Enhance the standard unittest package with ...
apache-2.0
Python
a81508919b0211b0461033c15cbb429bd39d5275
Add djangotoolbox dependency
danfairs/django-simpledb
setup.py
setup.py
from setuptools import setup, find_packages import os version = '0.0.1' setup(name='django-simpledb', version=version, description="Lazy signup for Django", long_description=open("README.rst").read() + "\n" + open(os.path.join("docs", "HISTORY.rst")).read(), # Get more s...
from setuptools import setup, find_packages import os version = '0.0.1' setup(name='django-simpledb', version=version, description="Lazy signup for Django", long_description=open("README.rst").read() + "\n" + open(os.path.join("docs", "HISTORY.rst")).read(), # Get more s...
bsd-3-clause
Python
5b2da4b0440fb5c926663e5936ad22fadfdd8911
add ext module to packages list
FormAlchemy/formalchemy,FormAlchemy/formalchemy,abourget/formalchemy-abourget,camptocamp/formalchemy,camptocamp/formalchemy,FormAlchemy/formalchemy,camptocamp/formalchemy,FormAlchemy/formalchemy,camptocamp/formalchemy
setup.py
setup.py
# -*- coding: utf-8 -*- import xml.sax.saxutils import os def read(filename): text = open(filename).read() text = unicode(text, 'utf-8').encode('ascii', 'xmlcharrefreplace') return xml.sax.saxutils.escape(text) long_description = '.. contents::\n\n' +\ 'Description\n' +\ ...
# -*- coding: utf-8 -*- import xml.sax.saxutils import os def read(filename): text = open(filename).read() text = unicode(text, 'utf-8').encode('ascii', 'xmlcharrefreplace') return xml.sax.saxutils.escape(text) long_description = '.. contents::\n\n' +\ 'Description\n' +\ ...
mit
Python
7886e2a7b55ad03e125f7e69a78574c2044b518b
Change version `2016.8` => `2016.10`
sgaynetdinov/py-vkontakte
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup setup( name='py-vkontakte', version='2016.10', packages=['vk'], url='https://github.com/sgaynetdinov/py-vkontakte', license='MIT License', author='Sergey Gaynetdinov', author_email='s.gaynetdinov@gmail.com', description='Python API wrap...
#!/usr/bin/env python from setuptools import setup setup( name='py-vkontakte', version='2016.8', packages=['vk'], url='https://github.com/sgaynetdinov/py-vkontakte', license='MIT License', author='Sergey Gaynetdinov', author_email='s.gaynetdinov@gmail.com', description='Python API wrapp...
mit
Python
af8880e0c61b7f3de58e137b5a26c3e68c7ca436
Fix deps
a-sk/python-nagiosharder
setup.py
setup.py
#!/usr/bin/env python2 import os import sys try: from setuptools import setup except ImportError: from distutils.core import setup if sys.argv[-1] == 'publish': os.system('python setup.py sdist upload') sys.exit() os.environ['PYTHONDONTWRITEBYTECODE'] = '1' packages = [ 'nagiosharder' ] requ...
#!/usr/bin/env python2 import os import sys try: from setuptools import setup except ImportError: from distutils.core import setup if sys.argv[-1] == 'publish': os.system('python setup.py sdist upload') sys.exit() os.environ['PYTHONDONTWRITEBYTECODE'] = '1' packages = [ 'nagiosharder' ] requ...
isc
Python
2a616fb533d7fb1f517823216995cf06aa5d5fa1
remove unused typing module
jaysonsantos/python-binary-memcached,jaysonsantos/python-binary-memcached
setup.py
setup.py
import os from setuptools import setup def read(filename): return open(os.path.join(os.path.dirname(__file__), filename)).read() setup( name='python-binary-memcached', version='0.28.0', author='Jayson Reis', author_email='santosdosreis@gmail.com', description='A pure python module to access ...
import os from setuptools import setup def read(filename): return open(os.path.join(os.path.dirname(__file__), filename)).read() setup( name='python-binary-memcached', version='0.28.0', author='Jayson Reis', author_email='santosdosreis@gmail.com', description='A pure python module to access ...
mit
Python
cd117bb23331e1689dec7647bb15eab0f3b2c677
Update python versions, unpin selenium.
SergeyPirogov/testcontainers-python
setup.py
setup.py
# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # ...
# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # ...
apache-2.0
Python
88a91e05412fb96ccfd1700f0383f3684a58a760
Bump isort from 5.0.3 to 5.0.4 (#521)
larq/larq
setup.py
setup.py
from setuptools import find_packages, setup def readme(): with open("README.md", "r") as f: return f.read() setup( name="larq", version="0.9.6", python_requires=">=3.6", author="Plumerai", author_email="lukas@plumerai.co.uk", description="An Open Source Machine Learning Library f...
from setuptools import find_packages, setup def readme(): with open("README.md", "r") as f: return f.read() setup( name="larq", version="0.9.6", python_requires=">=3.6", author="Plumerai", author_email="lukas@plumerai.co.uk", description="An Open Source Machine Learning Library f...
apache-2.0
Python
8bd772eddc1c312e01bb957a2d2de91cd9272917
patch 1.0.5
baptistemanteau/colorharmonies
setup.py
setup.py
# -*- coding: utf-8 -*- from setuptools import setup setup(name='colorharmonies', version='1.0.5', description='Library to generate all your color harmonies with simplicity!', classifiers=[ 'Development Status :: 4 - Beta', 'License :: OSI Approved :: MIT License', 'Programmin...
# -*- coding: utf-8 -*- from setuptools import setup setup(name='colorharmonies', version='1.0.4', description='Library to generate all your color harmonies with simplicity!', url='https://github.com/baptistemanteau/colorharmonies', author='Baptiste Manteau', author_email='manteau.baptist...
mit
Python
91093799f90bb6387435d6fc2d2c95721ee433b8
Add that its zip safe
vrtsystems/pika,hugoxia/pika,knowsis/pika,benjamin9999/pika,fkarb/pika-python3,zixiliuyue/pika,skftn/pika,reddec/pika,pika/pika,vitaly-krugl/pika,shinji-s/pika,jstnlef/pika,Zephor5/pika,Tarsbot/pika,renshawbay/pika-python3
setup.py
setup.py
# ***** BEGIN LICENSE BLOCK ***** # # For copyright and licensing please refer to COPYING. # # ***** END LICENSE BLOCK ***** from setuptools import setup import os try: os.stat("pika/spec.py") except: import sys print >> sys.stderr, \ 'Autogenerated spec.py not found -- run "make sandbox" first!' ...
# ***** BEGIN LICENSE BLOCK ***** # # For copyright and licensing please refer to COPYING. # # ***** END LICENSE BLOCK ***** from setuptools import setup import os try: os.stat("pika/spec.py") except: import sys print >> sys.stderr, \ 'Autogenerated spec.py not found -- run "make sandbox" first!' ...
bsd-3-clause
Python
ddd3576aa5451ac214a670b5beca8196953b952f
Remove 'download URL'
belambert/editdistance,belambert/edit_distance,belambert/edit-distance
setup.py
setup.py
from setuptools import setup setup( name='edit_distance', version='1.0.0', author='Ben Lambert', author_email='ben@benjaminlambert.com', packages=['edit_distance'], license='LICENSE.txt', description='Computing edit distance on arbitrary Python sequences.', url='https://github.com/belam...
from setuptools import setup setup( name='edit_distance', version='1.0.0', author='Ben Lambert', author_email='ben@benjaminlambert.com', packages=['edit_distance'], license='LICENSE.txt', description='Computing edit distance on arbitrary Python sequences.', url='https://github.com/belam...
apache-2.0
Python
d9a5e675d7a4061e9dcab8c5833caa3089a98f37
bump version
siddhantgoel/tornado-sqlalchemy
setup.py
setup.py
from setuptools import setup from sys import version_info with open('README.rst') as f: long_description = f.read() def install_requires(): deps = [ 'tornado >= 4.0', 'SQLAlchemy >= 1.0' ] if version_info.major == 2: deps.append('futures >= 3.0.0') return deps setup( ...
from setuptools import setup from sys import version_info with open('README.rst') as f: long_description = f.read() def install_requires(): deps = [ 'tornado >= 4.0', 'SQLAlchemy >= 1.0' ] if version_info.major == 2: deps.append('futures >= 3.0.0') return deps setup( ...
mit
Python
02d3f0f0b7c27f04289f8fd488973fdf17c8f42f
Update Python version classifiers to supported versions
jmurty/xml4h
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- import xml4h try: from setuptools import setup except ImportError: from distutils.core import setup setup( name=xml4h.__title__, version=xml4h.__version__, description='XML for Humans in Python', long_description=open('README.rst').read(), aut...
#!/usr/bin/env python # -*- coding: utf-8 -*- import xml4h try: from setuptools import setup except ImportError: from distutils.core import setup setup( name=xml4h.__title__, version=xml4h.__version__, description='XML for Humans in Python', long_description=open('README.rst').read(), aut...
mit
Python
8c3952e72323163ea4b85159812f3065bbb0a7c1
Bump Version to 3.0.3-dev
ooici/coi-services,ooici/coi-services,ooici/coi-services,ooici/coi-services,ooici/coi-services
setup.py
setup.py
#!/usr/bin/env python try: from setuptools import setup, find_packages except ImportError: from distutils.core import setup import os import sys # Add /usr/local/include to the path for macs, fixes easy_install for several packages (like gevent and pyyaml) if sys.platform == 'darwin': os.environ['C_INCLU...
#!/usr/bin/env python try: from setuptools import setup, find_packages except ImportError: from distutils.core import setup import os import sys # Add /usr/local/include to the path for macs, fixes easy_install for several packages (like gevent and pyyaml) if sys.platform == 'darwin': os.environ['C_INCLU...
bsd-2-clause
Python
4871c20679330e1da49e806e666f3811a6eda229
use scm version
dmonroy/schema-migrations
setup.py
setup.py
from distutils.core import setup setup( name='schema-migrations', use_scm_version=True, packages=['schema_migrations'], url='', license='MIT License', author='Darwin Monroy', author_email='contact@darwinmonroy.com', description='PostgreSQL Schema Migrations', install_requires=[ ...
from distutils.core import setup setup( name='schema-migrations', version='0.1.2', packages=['schema_migrations'], url='', license='MIT License', author='Darwin Monroy', author_email='contact@darwinmonroy.com', description='PostgreSQL Schema Migrations', install_requires=[ '...
mit
Python
862023c9c826386070f35e380e87ca6622eedccf
Install a specific entry point for each python version.
nicolasdespres/pyloc,nicolasdespres/pyloc
setup.py
setup.py
# -*- encoding: utf-8 -*- from setuptools import setup import os import sys ROOT_DIR = os.path.dirname(__file__) def read(*rnames): with open(os.path.join(ROOT_DIR, *rnames)) as stream: return stream.read() PY_VERSION_SUFFIX = '-%s.%s' % sys.version_info[:2] setup( name="pyloc", version="0.1.0"...
# -*- encoding: utf-8 -*- from setuptools import setup import os ROOT_DIR = os.path.dirname(__file__) def read(*rnames): with open(os.path.join(ROOT_DIR, *rnames)) as stream: return stream.read() setup( name="pyloc", version="0.1.0", # We only have a single module to distribute packages=...
bsd-2-clause
Python
dd1238fe23607e161337fcac41efd480bd5917d4
Update livereload (#108)
corani/beancount-web,beancount/fava,beancount/fava,beancount/fava,yagebu/fava,beancount/fava,corani/beancount-web,beancount/fava,aumayr/beancount-web,aumayr/beancount-web,aumayr/beancount-web,yagebu/fava,yagebu/fava,aumayr/beancount-web,corani/beancount-web,yagebu/fava,corani/beancount-web,yagebu/fava
setup.py
setup.py
from setuptools import setup setup(name='beancount-web', version='0.1.0a2', description='A web interface for beancount', url='http://github.com/aumayr/beancount-web', author='Dominik Aumayr', author_email='dominik@aumayr.name', license='MIT', packages=['beancount_web', ...
from setuptools import setup setup(name='beancount-web', version='0.1.0a2', description='A web interface for beancount', url='http://github.com/aumayr/beancount-web', author='Dominik Aumayr', author_email='dominik@aumayr.name', license='MIT', packages=['beancount_web', ...
mit
Python
b39077b64e4be0ddc67b94f8ae3eb9b153892793
Fix setup.py to install fontTools.subset
fonttools/fonttools,googlefonts/fonttools
setup.py
setup.py
#! /usr/bin/env python from __future__ import print_function import os, sys # if setuptools is not installed, fall back to distutils try: from setuptools import setup except ImportError: from distutils.core import setup distutils_scripts = [ "Tools/ttx", "Tools/pyftsubset", "Tools/pyftinspect", "Tools/pyftmerge"...
#! /usr/bin/env python from __future__ import print_function import os, sys # if setuptools is not installed, fall back to distutils try: from setuptools import setup except ImportError: from distutils.core import setup distutils_scripts = [ "Tools/ttx", "Tools/pyftsubset", "Tools/pyftinspect", "Tools/pyftmerge"...
mit
Python
fc9c61e4098ef952de605706a2e484ae9cb7cabe
Update repo name in setup.py
alexcrawley/python-spark-api
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup, find_packages setup(name='python-spark', version='0.1', url='https://github.com/alexcrawley/python-spark-api', author="Alex Crawley", description="API wrapper for Spark Cloud REST services", long_description=open(...
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup, find_packages setup(name='python-spark', version='0.1', url='https://github.com/alexcrawley/python-spark', author="Alex Crawley", author_email="alexcrawley@outlook.com", description="API wrapper for Spark Cloud RE...
bsd-3-clause
Python
75befda365a1652e241256b132a9246e64f7f7c9
revert version bump
nlsdfnbch/bitex-crawler,nlsdfnbch/bitex
setup.py
setup.py
from distutils.core import setup setup(name='BitEx', version='1.0.3', author='Nils Diefenbach', author_email='23okrs20+pypi@mykolab.com', url="https://github.com/nlsdfnbch/bitex.git", packages=['bitex', 'bitex.api', 'bitex.interfaces', 'bitex.formatters'])
from distutils.core import setup setup(name='BitEx', version='1.0.4', author='Nils Diefenbach', author_email='23okrs20+pypi@mykolab.com', url="https://github.com/nlsdfnbch/bitex.git", packages=['bitex', 'bitex.api', 'bitex.interfaces', 'bitex.formatters'])
mit
Python
3baf761e2f058affc7e758eea7764131872ea070
Update setup.py
deepmind/jmp
setup.py
setup.py
# Copyright 2020 DeepMind Technologies Limited. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
# Copyright 2020 DeepMind Technologies Limited. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
apache-2.0
Python
cb965a2dc227c9c498a8c95f48bb5ce24a6db66c
Add missing space in description
leonnnn/python3-simplepam
setup.py
setup.py
from distutils.core import setup desc = ( 'An interface to the Pluggable Authentication Modules (PAM) library ' 'on linux, written in pure python (using ctypes)' ) setup(name='python3-simplepam', version='0.1.4', description=desc, py_modules=['simplepam'], author='Leon Weber <leon@leonweber....
from distutils.core import setup desc = ( 'An interface to the Pluggable Authentication Modules (PAM) library' 'on linux, written in pure python (using ctypes)' ) setup(name='python3-simplepam', version='0.1.4', description=desc, py_modules=['simplepam'], author='Leon Weber <leon@leonweber.d...
mit
Python
88494255ac0076e6d13e461399ab9deaa4b204b2
Fix download url
akfullfo/taskforce
setup.py
setup.py
#!/usr/bin/env python from distutils.core import setup setup( name = "taskforce", version = "0.1", description = """Taskforce starts and restarts daemon processes. It will detect executable and/or module changes and automatically restart the affected processes.""", author = "Andrew Fullford", author_email = "git...
#!/usr/bin/env python from distutils.core import setup setup( name = "taskforce", version = "0.1", description = """Taskforce starts and restarts daemon processes. It will detect executable and/or module changes and automatically restart the affected processes.""", author = "Andrew Fullford", author_email = "git...
apache-2.0
Python
15ae68d505d97d1efcbf7f9af012fc8d93214873
add pymatsolver and mol
geoscixyz/em_examples
setup.py
setup.py
#!/usr/bin/env python from __future__ import print_function """EM Examples EM examples is a set up utility codes and jupyter notebooks that accompany the web-resource http://em.geosci.xyz """ from distutils.core import setup from setuptools import find_packages CLASSIFIERS = [ 'Development Status :: 4 - Beta', ...
#!/usr/bin/env python from __future__ import print_function """EM Examples EM examples is a set up utility codes and jupyter notebooks that accompany the web-resource http://em.geosci.xyz """ from distutils.core import setup from setuptools import find_packages CLASSIFIERS = [ 'Development Status :: 4 - Beta', ...
mit
Python
e0bfb28d380c4ade47a81d76059067bbbe232e74
fix setup bug
gsmafra/py-aasp-casa
setup.py
setup.py
import urllib2 import zipfile import re import sys from glob import glob from os import chdir, mkdir, rename, getcwd from os.path import exists from resample_all import resample_all modules = set(['numpy', 'scipy', 'librosa', 'sklearn']) for module in modules: try: __import__(module) except ImportErro...
import urllib2 import zipfile import re import sys from glob import glob from os import chdir, mkdir, rename, getcwd from os.path import exists from resample_all import resample_all modules = set(['numpy', 'scipy', 'librosa', 'sklearn']) for module in modules: try: __import__(module) except ImportErro...
mit
Python
50a86eefdc549c48f65a91a5c0a66099010ee65d
increment version
alimanfoo/csvvalidator,KAPPS-/csvvalidator
setup.py
setup.py
#!/usr/bin/env python from distutils.core import setup setup(name='csvvalidator', version='1.3-SNAPSHOT', author='Alistair Miles', author_email='alimanfoo@googlemail.com', url='https://github.com/alimanfoo/csvvalidator', license='MIT License', py_modules=['csvvalidator'], des...
#!/usr/bin/env python from distutils.core import setup setup(name='csvvalidator', version='1.2', author='Alistair Miles', author_email='alimanfoo@googlemail.com', url='https://github.com/alimanfoo/csvvalidator', license='MIT License', py_modules=['csvvalidator'], description=...
mit
Python
84989a9e569b270918bb2c8468d3412dab6d98e1
Bump colander to fix py3 support (#12)
kelvintaywl/jsonresume-validator
setup.py
setup.py
# -*- coding: utf-8 -*- from setuptools import setup, find_packages VERSION = '0.1.4' requires = [ "colander==1.4.0", "pycountry==17.9.23" ] extras_require = { "test": [ "nose", "coverage", "flake8", "codeclimate-test-reporter" ] } setup(name='jsonresume-validator',...
# -*- coding: utf-8 -*- from setuptools import setup, find_packages VERSION = '0.1.4' requires = [ "colander==1.3.2", "pycountry==17.1.8" ] extras_require = { "test": [ "nose", "coverage", "flake8", "codeclimate-test-reporter" ] } setup(name='jsonresume-validator', ...
mit
Python
f4053694de76317c104b2daa3dbcf7de7a3faa90
Add django 4.0 to allowed versions
tomturner/django-tenants,tomturner/django-tenants,tomturner/django-tenants
setup.py
setup.py
#!/usr/bin/env python import io from os.path import exists try: from setuptools import setup except ImportError: from distutils.core import setup __version__ = "3.3.4" setup( name='django-tenants', version=__version__, author='Thomas Turner', author_email='tom@twt.me.uk', packages=[ ...
#!/usr/bin/env python import io from os.path import exists try: from setuptools import setup except ImportError: from distutils.core import setup __version__ = "3.3.4" setup( name='django-tenants', version=__version__, author='Thomas Turner', author_email='tom@twt.me.uk', packages=[ ...
mit
Python
2dd1e0360472ad2330cced6aae904bfeb6138597
Add timeout
fedosov/updates
updates.py
updates.py
#!/usr/bin/env python # -*- coding: utf-8 -*- __author__ = "Mikhail Fedosov (tbs.micle@gmail.com)" __version__ = "0.1.3.1" # http://code.activestate.com/recipes/577708-check-for-package-updates-on-pypi-works-best-in-pi/ # http://stackoverflow.com/questions/287871/print-in-terminal-with-colors-using-python import pip ...
#!/usr/bin/env python # -*- coding: utf-8 -*- __author__ = "Mikhail Fedosov (tbs.micle@gmail.com)" __version__ = "0.1.3" # http://code.activestate.com/recipes/577708-check-for-package-updates-on-pypi-works-best-in-pi/ # http://stackoverflow.com/questions/287871/print-in-terminal-with-colors-using-python import pip im...
mit
Python
87b23bce49a46c9d464d0885f8f0b8f566f6c883
Improve backends extendibility.
fabiocaccamo/django-maintenance-mode,fabiocaccamo/django-maintenance-mode
maintenance_mode/backends.py
maintenance_mode/backends.py
# -*- coding: utf-8 -*- from django.conf import settings from django.core.files.base import ContentFile from django.core.files.storage import default_storage from maintenance_mode.io import read_file, write_file class AbstractStateBackend(object): @staticmethod def from_bool_to_str_value(value): val...
# -*- coding: utf-8 -*- from django.conf import settings from django.core.files.base import ContentFile from django.core.files.storage import default_storage from maintenance_mode.io import read_file, write_file class AbstractStateBackend(object): @staticmethod def from_bool_to_str_value(value): val...
mit
Python
036d13ebca21cabcd17885ab5565115e99e77b9b
Add sorting limitation to full_menu docstring.
153957/153957-theme,153957/153957-theme
153957_theme/full_menu.py
153957_theme/full_menu.py
""" Add full menu to gallery Limitations: - Currently only supports sorting albums by name in normal order (can not be reversed). """ import os import operator from collections import OrderedDict from sigal import signals def full_tree(gallery): """full menu tree""" sorted_tree = sorted(gallery.albums.it...
""" Add full menu to gallery """ import os import operator from collections import OrderedDict from sigal import signals def full_tree(gallery): """full menu tree""" sorted_tree = sorted(gallery.albums.items(), key=operator.itemgetter(0)) gallery.full_tree = OrderedDict() for name, album in sorte...
mit
Python
d16ff3dbe48db226d0329af127df7c8d93371aa3
bump version
steven-lee-qadium/django-request-logging,Rhumbix/django-request-logging,rhumbixsf/django-request-logging
setup.py
setup.py
from setuptools import setup setup(name='django-request-logging', version='0.4.5', description='Django middleware that logs http request body.', url='https://github.com/rhumbixsf/django-request-logging.git', author='Kenneth Jiang', author_email='kenneth@rhumbix.com', license='MIT', ...
from setuptools import setup setup(name='django-request-logging', version='0.4.4', description='Django middleware that logs http request body.', url='https://github.com/rhumbixsf/django-request-logging.git', author='Kenneth Jiang', author_email='kenneth@rhumbix.com', license='MIT', ...
mit
Python
f499aca28e9de89395a7fe2bf7286d009fac0544
Add more classifiers
pdf-analytics/python-pdf-analytics-client
setup.py
setup.py
from distutils.core import setup setup( name='python-pdf-analytics-client', version='1.0.1', packages=['pdf_analytics_client'], url='https://pdf-analytics.com', license='MIT License ', author='PDF Analytics', author_email='info@pdf-analytics.com', download_url='https://github.com/pdf-an...
from distutils.core import setup setup( name='python-pdf-analytics-client', version='1.0.1', packages=['pdf_analytics_client'], url='https://pdf-analytics.com', license='MIT License ', author='PDF Analytics', author_email='info@pdf-analytics.com', description='PyPDFAnalyticsClient allow...
mit
Python
38d30c5589dfbdae92198a404d58400ec3c2ed4b
Add ws4py to normal requirements in an attempt to get Travis to install it
praekelt/echidna,praekelt/echidna,praekelt/echidna,praekelt/echidna
setup.py
setup.py
from setuptools import setup, find_packages setup( name="echidna", version="0.0.1-dev", url='http://github.com/praekelt/echidna', license='BSD', description='A scalable pub-sub WebSocket service.', long_description=open('README.rst', 'r').read(), author='Praekelt Foundation', author_em...
from setuptools import setup, find_packages setup( name="echidna", version="0.0.1-dev", url='http://github.com/praekelt/echidna', license='BSD', description='A scalable pub-sub WebSocket service.', long_description=open('README.rst', 'r').read(), author='Praekelt Foundation', author_em...
bsd-3-clause
Python
57bd4882016215f0fa892fb2ee6a8d686b1c7be7
add category: monitoring
eSiUX/siux-python
setup.py
setup.py
from distutils.core import setup import sys if sys.version_info < (2, 7): sys.exit("Python 2.7 or newer is required for siux-python") def readme(): with open('README.rst') as f: return f.read() setup( name = 'siux', packages = ['siux'], # this must be the same as the name above version = '0.1',...
from distutils.core import setup import sys if sys.version_info < (2, 7): sys.exit("Python 2.7 or newer is required for siux-python") def readme(): with open('README.rst') as f: return f.read() setup( name = 'siux', packages = ['siux'], # this must be the same as the name above version = '0.1',...
mit
Python
31cfabc27593439d25dbeb4ea6a2e37bece98c44
update pypi classifier to Production / Stable
jorge-marques/wagtail,dresiu/wagtail,kurtw/wagtail,jnns/wagtail,FlipperPA/wagtail,WQuanfeng/wagtail,nrsimha/wagtail,iansprice/wagtail,mixxorz/wagtail,Toshakins/wagtail,iho/wagtail,bjesus/wagtail,nimasmi/wagtail,nealtodd/wagtail,quru/wagtail,taedori81/wagtail,jorge-marques/wagtail,timorieber/wagtail,hanpama/wagtail,tang...
setup.py
setup.py
#!/usr/bin/env python import sys, os from wagtail.wagtailcore import __version__ try: from setuptools import setup, find_packages except ImportError: from distutils.core import setup # Hack to prevent "TypeError: 'NoneType' object is not callable" error # in multiprocessing/util.py _exit_function when set...
#!/usr/bin/env python import sys, os from wagtail.wagtailcore import __version__ try: from setuptools import setup, find_packages except ImportError: from distutils.core import setup # Hack to prevent "TypeError: 'NoneType' object is not callable" error # in multiprocessing/util.py _exit_function when set...
bsd-3-clause
Python
08b20f888f5ad91a589d57056e82cc02149086e7
Put cwd param of subprocess back in.
vincentbernat/cookiecutter,venumech/cookiecutter,drgarcia1986/cookiecutter,vincentbernat/cookiecutter,benthomasson/cookiecutter,jhermann/cookiecutter,lucius-feng/cookiecutter,benthomasson/cookiecutter,cguardia/cookiecutter,michaeljoseph/cookiecutter,jhermann/cookiecutter,ionelmc/cookiecutter,nhomar/cookiecutter,Springe...
cookiecutter/hooks.py
cookiecutter/hooks.py
#!/usr/bin/env python # -*- coding: utf-8 -*- """ cookiecutter.hooks ------------------ Functions for discovering and executing various cookiecutter hooks. """ import os import subprocess _HOOKS = [ 'pre_gen_project', 'post_gen_project', # TODO: other hooks should be listed here ] def find_hooks(templa...
#!/usr/bin/env python # -*- coding: utf-8 -*- """ cookiecutter.hooks ------------------ Functions for discovering and executing various cookiecutter hooks. """ import os import subprocess _HOOKS = [ 'pre_gen_project', 'post_gen_project', # TODO: other hooks should be listed here ] def find_hooks(templa...
bsd-3-clause
Python
aa8a13fdca90f685bf76f83df84d5eba00e6f779
bump version after pep8 changes
sammyt/p3
setup.py
setup.py
from setuptools import setup setup( name='p3', version='0.2.0', author='Sam Williams', author_email='samueltwilliams@gmail.com', packages=['p3'], test_suite = 'tests', license='MIT', description='a minimal d3 for python', classifiers=[ 'Programming Language :: Python :: 2' ...
from setuptools import setup setup( name='p3', version='0.1.2', author='Sam Williams', author_email='samueltwilliams@gmail.com', packages=['p3'], test_suite = 'tests', license='MIT', description='a minimal d3 for python', classifiers=[ 'Programming Language :: Python :: 2' ...
mit
Python
4a810640a3ccdaaa975b9d1b807ff7365282e5b9
Fix the docbuilds path location.
relekang/djangoproject.com,gnarf/djangoproject.com,relekang/djangoproject.com,django/djangoproject.com,django/djangoproject.com,khkaminska/djangoproject.com,nanuxbe/django,khkaminska/djangoproject.com,nanuxbe/django,vxvinh1511/djangoproject.com,django/djangoproject.com,django/djangoproject.com,vxvinh1511/djangoproject....
django_website/settings/docs.py
django_website/settings/docs.py
from django_website.settings.www import * PREPEND_WWW = False APPEND_SLASH = True INSTALLED_APPS = ['django_website.docs'] TEMPLATE_CONTEXT_PROCESSORS += ["django.core.context_processors.request"] ROOT_URLCONF = 'django_website.urls.docs' CACHE_MIDDLEWARE_KEY_PREFIX = 'djangodocs' # Where to store the build Sphinx do...
from django_website.settings.www import * PREPEND_WWW = False APPEND_SLASH = True INSTALLED_APPS = ['django_website.docs'] TEMPLATE_CONTEXT_PROCESSORS += ["django.core.context_processors.request"] ROOT_URLCONF = 'django_website.urls.docs' CACHE_MIDDLEWARE_KEY_PREFIX = 'djangodocs' # Where to store the build Sphinx do...
bsd-3-clause
Python
98b619ca567a9b78b89788df344ba4afda42bb58
Bump development version
nephila/djangocms-page-meta,nephila/djangocms-page-meta
djangocms_page_meta/__init__.py
djangocms_page_meta/__init__.py
# -*- coding: utf-8 -*- from __future__ import absolute_import, print_function, unicode_literals __version__ = '0.6b1' __author__ = 'Iacopo Spalletti <i.spalletti@nephila.it>' default_app_config = 'djangocms_page_meta.apps.PageMetaConfig'
# -*- coding: utf-8 -*- from __future__ import absolute_import, print_function, unicode_literals __version__ = '0.5.11.post1' __author__ = 'Iacopo Spalletti <i.spalletti@nephila.it>' default_app_config = 'djangocms_page_meta.apps.PageMetaConfig'
bsd-3-clause
Python
dd4b4cddbece6094a8ae3209d4445afcd95d3dea
Resolve merge conflicts version
Yelp/kafka-utils,anthonysandrin/kafka-utils,Yelp/kafka-utils,anthonysandrin/kafka-utils
setup.py
setup.py
from setuptools import find_packages from setuptools import setup from yelp_kafka_tool import __version__ setup( name="yelp-kafka-tool", version=__version__, author="Distributed systems team", author_email="team-dist-sys@yelp.com", description="Kafka management tools", packages=find_packages(...
from setuptools import find_packages from setuptools import setup from yelp_kafka_tool import __version__ setup( name="yelp-kafka-tool", version=__version__, author="Distributed systems team", author_email="team-dist-sys@yelp.com", description="Kafka management tools", packages=find_packages(...
apache-2.0
Python
f39c6ff64478f4b20f5eaa26ec060275cdc81813
Raise exception if version does not exist
NiGhTTraX/hackernews-scraper
setup.py
setup.py
from setuptools import setup, find_packages import codecs import os import re root_dir = os.path.abspath(os.path.dirname(__file__)) PACKAGE = 'hackernews_scraper' def get_version(package_name): version_re = re.compile(r"^__version__ = [\"']([\w_.-]+)[\"']$") package_components = package_name.split('.') i...
from setuptools import setup, find_packages import codecs import os import re root_dir = os.path.abspath(os.path.dirname(__file__)) PACKAGE = 'hackernews_scraper' def get_version(package_name): version_re = re.compile(r"^__version__ = [\"']([\w_.-]+)[\"']$") package_components = package_name.split('.') i...
bsd-2-clause
Python
982776f496686d1cd5414efd42b7eaeff134fdad
Use setuptools 'entry_points': 'console_scripts' if setuptools is installed (#206)
ircwaves/landsat-util,developmentseed/landsat-util
setup.py
setup.py
#!/usr/bin/env python # Landsat Util # License: CC0 1.0 Universal try: from setuptools import setup setup_kwargs = {'entry_points': {'console_scripts':['landsat=landsat.landsat:__main__']}} except ImportError: from distutils.core import setup setup_kwargs = {'scripts': ['bin/landsat']} from land...
#!/usr/bin/env python # Landsat Util # License: CC0 1.0 Universal try: from setuptools import setup except ImportError: from distutils.core import setup from landsat import __version__ def readme(): with open('README.rst') as f: return f.read() with open('requirements.txt') as fid: INSTALL...
cc0-1.0
Python
a0e795cb0bed84ae6161f5e64290910f2ffe8ee6
Add .md and .txt files to package
uber/vertica-python,twneale/vertica-python,brokendata/vertica-python,natthew/vertica-python,dennisobrien/vertica-python
setup.py
setup.py
#!/usr/bin/env python import collections from setuptools import setup from pip.req import parse_requirements dependency_links = [] install_requires = [] ReqOpts = collections.namedtuple('ReqOpts', ['skip_requirements_regex', 'default_vcs']) opts = ReqOpts(None, 'git') for ir in parse_requirements("requirements.txt...
#!/usr/bin/env python import collections from setuptools import setup from pip.req import parse_requirements dependency_links = [] install_requires = [] ReqOpts = collections.namedtuple('ReqOpts', ['skip_requirements_regex', 'default_vcs']) opts = ReqOpts(None, 'git') for ir in parse_requirements("requirements.txt...
apache-2.0
Python
89d0bfeed73a09ec063244a74603c5bd10060474
Change development status classifier to stable
altaurog/django-shoogie
setup.py
setup.py
from os.path import join, dirname from setuptools import setup package_name = "shoogie" base_dir = dirname(__file__) def read(filename): f = open(join(base_dir, filename)) return f.read() def get_version(package_name, default='0.1'): try: f = open(join(base_dir, package_name, '__init__.py')) ...
from os.path import join, dirname from setuptools import setup package_name = "shoogie" base_dir = dirname(__file__) def read(filename): f = open(join(base_dir, filename)) return f.read() def get_version(package_name, default='0.1'): try: f = open(join(base_dir, package_name, '__init__.py')) ...
mit
Python
05c408bc3bedad33fe5f138eb8e63f7b94b4e8ac
Exclude tests
twneale/banzai,twneale/banzai
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages VERSION = '0' long_description = '' setup(name='banzai', version=VERSION, packages=find_packages(exclude="tests"), author='Thom Neale', author_email='twneale@gmail.com', license='BSD', url='http://github.com/twnea...
#!/usr/bin/env python from setuptools import setup, find_packages VERSION = '0' long_description = '' setup(name='banzai', version=VERSION, packages=find_packages(), author='Thom Neale', author_email='twneale@gmail.com', license='BSD', url='http://github.com/twneale/banzai/', ...
bsd-3-clause
Python
af4952a24b60d90df072a856442a0d96922499b2
remove hardcoded version
G-Node/python-gnode-client
setup.py
setup.py
try: from setuptools import setup except ImportError: from distutils.core import setup from gnodeclient import GNODECLIENT_VERSION, GNODECLIENT_RELEASE with open("README.rst") as file: long_description = file.read() packages = [ "gnodeclient", "gnodeclient.model", "gnodeclient.store", "gn...
try: from setuptools import setup except ImportError: from distutils.core import setup with open("README.rst") as file: long_description = file.read() packages = [ "gnodeclient", "gnodeclient.model", "gnodeclient.store", "gnodeclient.test", "gnodeclient.util", "gnodeclient.result" ...
lgpl-2.1
Python
d8cfa9b1ec0e56621308a7334979d0b8ba1a4ea0
Revert "Skip numpy requirement during setup.py"
ozen/ColorFinder,ozen/ColorFinder,ozen/ColorFinder
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- try: from setuptools import setup, Extension except ImportError: from ez_setup import use_setuptools use_setuptools() from setuptools import setup, Extension from numpy import get_include as np_include def setup_package(): build_requires = [] try:...
#!/usr/bin/env python # -*- coding: utf-8 -*- try: from setuptools import setup, Extension except ImportError: from ez_setup import use_setuptools use_setuptools() from setuptools import setup, Extension from numpy import get_include as np_include def setup_package(): build_requires = [] try:...
mit
Python
4861b3f5da075ab3b261b77515e56c9ad79158ec
Remove 3.6 from topics
raviqqe/tensorflow-qnd,raviqqe/tensorflow-qnd
setup.py
setup.py
import re import setuptools import sys if not sys.version_info >= (3, 5): exit("Sorry, Python must be later than 3.5.") setuptools.setup( name="tensorflow-qnd", version=re.search(r'__version__ *= *"([0-9]+\.[0-9]+\.[0-9]+)" *\n', open("qnd/__init__.py").read()).group(1), descri...
import re import setuptools import sys if not sys.version_info >= (3, 5): exit("Sorry, Python must be later than 3.5.") setuptools.setup( name="tensorflow-qnd", version=re.search(r'__version__ *= *"([0-9]+\.[0-9]+\.[0-9]+)" *\n', open("qnd/__init__.py").read()).group(1), descri...
unlicense
Python
1f9a8f55e6d90aee19293b8c72e22858f1315390
Update setup.py
BananaDesk/django-phantom-pdf,BananaDesk/django-phantom-pdf,toabi/django-phantom-pdf,toabi/django-phantom-pdf
setup.py
setup.py
import os from setuptools import setup README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).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( name='django-phantom-pdf', version='0.1', packages=['phantom_pd...
import os from setuptools import setup README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).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( name='django-phantom-pdf', version='0.1', packages=['phantom_pd...
mit
Python
56495de68eeecf53b7f751dcf3cea986dd1e4604
test for xmlsec1
PlaidCloud/pysamlsp
setup.py
setup.py
from setuptools import setup try: from sh import xmlsec1 except: print "IMPORTANT: the xmlsec1 system package is required by this library. Please remember to also install it through whatever means are appropriate on your operating system." setup( name = 'pysamlsp', version = '0.1.4', author = "Rob Martin @v...
from setuptools import setup from pysamlsp import __version__ setup( name = 'pysamlsp', version = __version__, author = "Rob Martin @version2beta", author_email = "rob@version2beta.com", description = "A service provider implementation for SAML2.0.", long_description = open('README.rst').read(), license ...
bsd-3-clause
Python
3bcee2cd14d74ce4668b9009a39a924e73ceae4b
update setup.py
nanvel/c2p2
setup.py
setup.py
""" Python setup file for the c2p2 app. For new releases, you need to bump the version number in c2p2/__init__.py. For testing: python setup.py install Upload to PyPI: python setup.py bdist_wheel --universal python setup.py sdist twine upload dist/* """ import os from setuptools import setup, find_packages from c2...
# -*- encoding: utf-8 -*- """ Python setup file for the nicedit app. In order to register your app at pypi.python.org, create an account at pypi.python.org and login, then register your new app like so: python setup.py register If your name is still free, you can now make your first release but first you should ...
mit
Python
30126297d6d5317db32164f5630b2dd627c87d50
fix setup
ANR-kamoulox/Telemeta,ANR-kamoulox/Telemeta,Parisson/Telemeta,ANR-kamoulox/Telemeta,Parisson/Telemeta,Parisson/Telemeta,ANR-kamoulox/Telemeta,Parisson/Telemeta
setup.py
setup.py
# -*- coding: utf-8 -*- from setuptools import setup, find_packages import os CLASSIFIERS = ['Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Science/Research', 'Intended Audience :: Education', 'Programming Language :: Python', 'Programming Language :: JavaScript', 'Topic :: Intern...
# -*- coding: utf-8 -*- from setuptools import setup, find_packages import os CLASSIFIERS = ['Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Science/Research', 'Intended Audience :: Education', 'Programming Language :: Python', 'Programming Language :: JavaScript', 'Topic :: Intern...
agpl-3.0
Python
5d3a609b5d9a7d1553a0d2c5a5c9dc518e997913
Update setup.py for 3.7.1 version.
kquick/Thespian,kquick/Thespian
setup.py
setup.py
from setuptools import setup, find_packages setup( name = 'thespian', version = '3.7.1', description = 'Python Actor concurrency library', author = 'Kevin Quick', author_email = 'quick@sparq.org', url = 'http://thespianpy.com', license = 'MIT', scripts = [ 'thespianShell.py' ], pack...
from setuptools import setup, find_packages setup( name = 'thespian', version = '3.7.0', description = 'Python Actor concurrency library', author = 'Kevin Quick', author_email = 'quick@sparq.org', url = 'http://thespianpy.com', license = 'MIT', scripts = [ 'thespianShell.py' ], pack...
mit
Python
591654b09c75cd5a1f082a5efe46f2b1d244051c
Update setup.py (remame to soaplib from soaplib-xml).
martijnvermaat/rpclib,sigma-random/soaplib,soaplib/soaplib,soaplib/soaplib,martijnvermaat/rpclib,soaplib/soaplib,arskom/spyne,gsson/soaplib,martijnvermaat/rpclib,arskom/spyne,arskom/spyne
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages import sys VERSION = '0.8.0' LONG_DESC = """\ This is a simple, easily extendible soap library that provides several useful tools for creating and publishing soap web services in python. This package features on-demand wsdl generation for the publishe...
#!/usr/bin/env python from setuptools import setup, find_packages import sys VERSION = '0.8.0' LONG_DESC = """\ This is a simple, easily extendible soap library that provides several useful tools for creating and publishing soap web services in python. This package features on-demand wsdl generation for the publishe...
lgpl-2.1
Python
4ba587678ee530cb7c0aa5451464929cfc8ec400
Add optional lxml dependency
bbayles/vod_metadata
setup.py
setup.py
from setuptools import setup, find_packages from os import path import sys long_description = """This project contains a library and tools for manipulating and generating metadata files that conform to the CableLabs VOD Metada 1.1 specification""" # Install requires configparser for Python 2.x if sys.version_info[0] ...
from setuptools import setup, find_packages from os import path import sys long_description = """This project contains a library and tools for manipulating and generating metadata files that conform to the CableLabs VOD Metada 1.1 specification""" if sys.version_info[0] < 3: install_requires=['configparser'], else:...
mit
Python
21d513d18e286f97b3e5cc2896e842289e350c76
Simplify setup.py.
KmolYuan/Pyslvs-PyQt5,KmolYuan/Pyslvs-PyQt5,40323230/Pyslvs-PyQt5
setup.py
setup.py
# -*- coding: utf-8 -*- """Pack the distribution of Pyslvs.""" __author__ = "Yuan Chang" __copyright__ = "Copyright (C) 2016-2019" __license__ = "AGPL" __email__ = "pyslvs@gmail.com" import re from os.path import join as pth_join from setuptools import setup, find_packages def read(*parts): with open(pth_join(...
# -*- coding: utf-8 -*- """Compile the Cython libraries of Pyslvs.""" __author__ = "Yuan Chang" __copyright__ = "Copyright (C) 2016-2019" __license__ = "AGPL" __email__ = "pyslvs@gmail.com" from os.path import ( abspath, dirname, join as pth_join, ) import re import codecs from setuptools import setup, f...
agpl-3.0
Python
987938552dd9c0f03701c6a6801df61952f96f52
Increment version number.
Ezibenroc/PyRoaringBitMap,Ezibenroc/PyRoaringBitMap
setup.py
setup.py
#!/usr/bin/env python3 from setuptools import setup setup( name='pyroaring', version='0.0.7', description='Fast and lightweight set for unsigned 32 bits integers.', url='https://github.com/Ezibenroc/PyRoaringBitMap', author='Tom Cornebize', author_email='tom.cornebize@gmail.com', license='...
#!/usr/bin/env python3 from setuptools import setup setup( name='pyroaring', version='0.0.6', description='Fast and lightweight set for unsigned 32 bits integers.', url='https://github.com/Ezibenroc/PyRoaringBitMap', author='Tom Cornebize', author_email='tom.cornebize@gmail.com', license='...
mit
Python
4cd1850cd53558e85f63b52af963ca56876b6dbc
fix version
siddhantgoel/streaming-form-data
setup.py
setup.py
from setuptools import find_packages, setup def readme(): with open('README.md') as f: return f.read() setup( name='streaming_form_data', version='0.1.0', description=readme(), author='Siddhant Goel', packages=find_packages(exclude=['data', 'examples', 'tests', 'utils']), include...
from setuptools import find_packages, setup def readme(): with open('README.md') as f: return f.read() setup( name='streaming_form_data', version='0.0.1', description=readme(), author='Siddhant Goel', packages=find_packages(exclude=['data', 'examples', 'tests', 'utils']), include...
mit
Python
9afcc53d472752c4b1a240646a8f497b08e34e21
Fix typo
Elizaveta239/bytes-insert
setup.py
setup.py
from distutils.core import setup import sys if not (sys.version_info[0] == 3 and sys.version_info[1] >= 6): sys.exit('The library supports only Python 3.6') setup( name='bytesinsert', version='0.1.0', packages=['bytesinsert', 'bytesinsert.tests'], url='https://github.com/Elizaveta239/bytes-insert'...
from distutils.core import setup import sys if not (sys.version_info[0] == 3 and sys.version_info[1] >= 6): sys.exit('The library supports only Python 3.6') setup( name='bytesinsert', version='0.1.0', packages=['bytesinsert', 'bytesinsert.tests'], url='https://github.com/Elizaveta239/bytes-insert....
mit
Python
77c68ffa586a3ff267a2012cb06f905cc5542735
Add pygame as dependency.
asweigart/pygbutton,asweigart/pygbutton
setup.py
setup.py
from setuptools import setup setup( name='Pygbutton', version='0.9.0', url='https://github.com/asweigart/pygbutton', author='Al Sweigart', author_email='al@inventwithpython.com', description=('A button GUI module for Pygame.'), license='BSD', packages=['pygbutton'], test_suite='tes...
from setuptools import setup setup( name='Pygbutton', version='0.9.0', url='https://github.com/asweigart/pygbutton', author='Al Sweigart', author_email='al@inventwithpython.com', description=('A button GUI module for Pygame.'), license='BSD', packages=['pygbutton'], test_suite='tes...
bsd-3-clause
Python
a97281e77294cf48e7846dda3777c387fe985a2e
Update description
renalreg/radar,renalreg/radar,renalreg/radar,renalreg/radar
setup.py
setup.py
from setuptools import setup, find_packages setup( name='radar', version='2.3.0', description='RaDaR - Rare Disease Registry', author='Rupert Bedford', author_email='rupert.bedford@renalregistry.nhs.uk', url='https://www.radar.nhs.uk/', packages=find_packages(), include_package_data=Tru...
from setuptools import setup, find_packages __version__ = '2.3.0' setup( name='radar', version=__version__, long_description=__doc__, author='Rupert Bedford', author_email='rupert.bedford@renalregistry.nhs.uk', url='https://www.radar.nhs.uk/', packages=find_packages(), include_package_...
agpl-3.0
Python
d0d236de052a2990b1ae96bf91ca3afe25eabdff
Update setup.py metadata.
fusionapp/methanal,fusionapp/methanal,fusionapp/methanal
setup.py
setup.py
from setuptools import find_packages, setup setup( name='Methanal', version='0.2.1', maintainer='Methanal developers', description='A web forms library for Mantissa', url='https://github.com/fusionapp/methanal', classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Web ...
from setuptools import find_packages, setup setup( name='Methanal', version='0.2.1', maintainer='Methanal developers', maintainer_email='methanal-dev@lists.launchpad.net', description='A web forms library for Mantissa', url='https://launchpad.net/methanal/', classifiers=[ 'Developmen...
mit
Python
943286a397889876b8033fa73b5b368d3618753e
Update classifiers
Outernet-Project/squery-lite
setup.py
setup.py
import os from setuptools import setup, find_packages import squery_lite as pkg def read(fname): """ Return content of specified file """ return open(os.path.join(os.path.dirname(__file__), fname)).read() VERSION = pkg.__version__ setup( name='squery-lite', version=VERSION, license='BSD', ...
import os from setuptools import setup, find_packages import squery_lite as pkg def read(fname): """ Return content of specified file """ return open(os.path.join(os.path.dirname(__file__), fname)).read() VERSION = pkg.__version__ setup( name='squery-lite', version=VERSION, license='BSD', ...
bsd-3-clause
Python
587af2f528c3dd8bf08edf11d1f0447f544e3e1f
tag 0.1.27
dgketchum/satellite_image
setup.py
setup.py
# =============================================================================== # Copyright 2017 dgketchum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses...
# =============================================================================== # Copyright 2017 dgketchum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses...
apache-2.0
Python
e19189757a46cd619f1f76cfa6e512e27f3968d7
Fix readme file opening encoding
ko-zu/psl
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- import codecs from setuptools import find_packages, setup try: import pypandoc description = pypandoc.convert('README.md', 'rst') except: description = codecs.open('README.md', encoding='utf-8').read() setup(name="publicsuffixlist", version="0.5.0", ...
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup, find_packages try: import pypandoc description = pypandoc.convert('README.md', 'rst') except: description = open('README.md').read() setup(name="publicsuffixlist", version="0.5.0", packages=["publicsuffixlist",], ...
mpl-2.0
Python
b051c9eba940e0516afaf7cc748ce8d8464895af
Update version, authors
schapman1974/tinymongo,jjonesAtMoog/tinymongo
setup.py
setup.py
from setuptools import setup, find_packages requirements = ['tinydb'] setup( name='tinymongo', packages=find_packages(), version='0.1.3dev0', description='A flat file drop in replacement for mongodb. Requires Tinydb', author='Stephen Chapman, Jason Jones', author_email='schapman1974@gmail.com...
from setuptools import setup, find_packages requirements = ['tinydb', 'pymongo'] setup( name='tinymongo', packages=find_packages(), version='0.1.2', description='A flat file drop in replacement for mongodb. Requires Tinydb, pymongo', author='Stephen Chapman', author_email='schapman1974@gmail....
mit
Python
28f2e089fa4903bd9b0b8d679af2273b84b79559
update version number
klahnakoski/mo-dots
setup.py
setup.py
# encoding: utf-8 # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this file, # You can obtain one at http://mozilla.org/MPL/2.0/. # # Author: Kyle Lahnakoski (kyle@lahnakoski.com) # from distutils.util import convert_path import os...
# encoding: utf-8 # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this file, # You can obtain one at http://mozilla.org/MPL/2.0/. # # Author: Kyle Lahnakoski (kyle@lahnakoski.com) # from distutils.util import convert_path import os...
mpl-2.0
Python
3f094d62fc1eed5eadd2729d3e5a5bec5ce8bb43
Update setup.py
tschellenbach/Snaptastic
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages from snaptastic import __version__, __maintainer__, __email__ DESCRIPTION = """Snaptastic is a python tool to enable easy snapshotting and mounting of snapshots on AWS/EC2 EBS volumes. """ tests_require = [ 'mock', 'pep8', 'coverage', ...
#!/usr/bin/env python from setuptools import setup, find_packages from snaptastic import __version__, __maintainer__, __email__ DESCRIPTION = """Snaptastic is a python tool to enable easy snapshotting and mounting of snapshots on AWS/EC2 EBS volumes. """ tests_require = [ 'mock', 'pep8', 'coverage', ...
bsd-3-clause
Python
61c40faf38840ff00e7847fb5e9fe8a5f9897aef
Change the version number to the setup script (only to experiment with easy_install).
sugarmanz/ctypeslib
setup.py
setup.py
#!/usr/bin/env python """ctypes code generator """ import os, sys from distutils.core import setup, Command class test(Command): # Original version of this class posted # by Berthold Hoellmann to distutils-sig@python.org description = "run tests" user_options = [ ('tests=', 't', "comm...
#!/usr/bin/env python """ctypes code generator """ import os, sys from distutils.core import setup, Command class test(Command): # Original version of this class posted # by Berthold Hoellmann to distutils-sig@python.org description = "run tests" user_options = [ ('tests=', 't', "comm...
mit
Python
0f2cfda71a1324ec336143258e09175d65736ba5
Prepare openprocurement.auction.insider 1.0.1a1.dev2
openprocurement/openprocurement.auction.insider
setup.py
setup.py
import os from setuptools import setup, find_packages VERSION = '1.0.1a1.dev2' INSTALL_REQUIRES = [ 'setuptools', 'openprocurement.auction', 'openprocurement.auction.worker' ] EXTRAS_REQUIRE = { 'test': [ 'pytest', 'pytest-cov' ] } ENTRY_POINTS = { 'console_scripts': [ '...
import os from setuptools import setup, find_packages VERSION = '1.0.1a1.dev1' INSTALL_REQUIRES = [ 'setuptools', 'openprocurement.auction', 'openprocurement.auction.worker' ] EXTRAS_REQUIRE = { 'test': [ 'pytest', 'pytest-cov' ] } ENTRY_POINTS = { 'console_scripts': [ '...
apache-2.0
Python
f5a31da2e0125bdfbfdf736b711d67a9710c73cf
bump version as instructed by bamboo
pbs/cmsplugin-image
setup.py
setup.py
import os from setuptools import setup, find_packages README_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.rst') setup( name='cmsplugin-image', version='0.0.9', description='PBS Image Field type for Django CMS', long_description = open(README_PATH, ...
import os from setuptools import setup, find_packages README_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.rst') setup( name='cmsplugin-image', version='0.0.8', description='PBS Image Field type for Django CMS', long_description = open(README_PATH, ...
bsd-3-clause
Python
c4da822fb6d0ee99dd0428e3d8682cbd54a219dc
Add zip_safe=False to cnx-epub setup.py
Connexions/cnx-epub,Connexions/cnx-epub,Connexions/cnx-epub
setup.py
setup.py
# -*- coding: utf-8 -*- import sys from setuptools import setup, find_packages IS_PY3 = sys.version_info > (3,) install_requires = [ 'lxml', ] tests_require = [ ] extras_require = { 'test': tests_require, } description = "Library for building and paring Connexions' EPUBs." if IS_PY3: tests_...
# -*- coding: utf-8 -*- import sys from setuptools import setup, find_packages IS_PY3 = sys.version_info > (3,) install_requires = [ 'lxml', ] tests_require = [ ] extras_require = { 'test': tests_require, } description = "Library for building and paring Connexions' EPUBs." if IS_PY3: tests_...
agpl-3.0
Python
2b63245dded327dd2c7c06deb5f8e6394cfc06bf
use version APPNAME
tsadm/desktop,tsadm/desktop,tsadm/desktop,tsadm/desktop
setup.py
setup.py
#!/usr/bin/env python3 # -*- encoding: utf-8 -*- import sys from os import path from setuptools import setup sys.path.insert(0, path.join(path.curdir, 'lib')) from tsdesktop import version desc = """tsadm desktop client - docker based environments for running web sites locally""" setup( name=version.APPNAME, ...
#!/usr/bin/env python3 # -*- encoding: utf-8 -*- import sys from os import path from setuptools import setup sys.path.insert(0, path.join(path.curdir, 'lib')) from tsdesktop import version desc = """tsadm desktop client - docker based environments for running web sites locally""" setup( name='tsdesktop', ve...
bsd-3-clause
Python
07894742d92b6abf2a85e9f25abdc5b1b27a1151
prepare for v0.0.18 tag
SymbiFlow/python-fpga-interchange,SymbiFlow/python-fpga-interchange
setup.py
setup.py
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # Copyright (C) 2020 The SymbiFlow Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at # https://opensource.org/licenses/ISC # # SPDX-License-Identifier: ISC import setuptools with open("README.md", "r"...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # Copyright (C) 2020 The SymbiFlow Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at # https://opensource.org/licenses/ISC # # SPDX-License-Identifier: ISC import setuptools with open("README.md", "r"...
isc
Python
b43ed714eadaf2b13a0b1cfdf2759594cee1a60b
Update URL in setup.py
morepath/more.static
setup.py
setup.py
import io from setuptools import setup, find_packages long_description = '\n'.join(( io.open('README.rst', encoding='utf-8').read(), io.open('CHANGES.txt', encoding='utf-8').read() )) setup( name='more.static', version='0.10.dev0', description="BowerStatic integration for Morepath", long_descr...
import io from setuptools import setup, find_packages long_description = '\n'.join(( io.open('README.rst', encoding='utf-8').read(), io.open('CHANGES.txt', encoding='utf-8').read() )) setup( name='more.static', version='0.10.dev0', description="BowerStatic integration for Morepath", long_descr...
bsd-3-clause
Python
2edba9c2720b87cd3db6eabfbc1310bca110e7ee
Declare dependencies of the scripts in examples/
Yubico/python-u2flib-server,moreati/python-u2flib-server
setup.py
setup.py
# Copyright (c) 2013 Yubico AB # All rights reserved. # # Redistribution and use in source and binary forms, with or # without modification, are permitted provided that the following # conditions are met: # # 1. Redistributions of source code must retain the above copyright # notice, this list of conditi...
# Copyright (c) 2013 Yubico AB # All rights reserved. # # Redistribution and use in source and binary forms, with or # without modification, are permitted provided that the following # conditions are met: # # 1. Redistributions of source code must retain the above copyright # notice, this list of conditi...
bsd-2-clause
Python
c3bb736962d77d1fdd0207ba2ee487c1177451c7
Upgrade version to publish a release without tests
etissieres/PyEventEmitter
setup.py
setup.py
#!/usr/bin/env python from distutils.core import setup with open('README.rst') as file: long_description = file.read() classifiers = [ 'Programming Language :: Python :: 3', 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved', 'Intended Audience :: Developers', 'Natural L...
#!/usr/bin/env python from distutils.core import setup with open('README.rst') as file: long_description = file.read() classifiers = [ 'Programming Language :: Python :: 3', 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved', 'Intended Audience :: Developers', 'Natural L...
mit
Python