Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
JamessenLiu committed Aug 10, 2020
1 parent 84f1b30 commit 939d3a5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
import os
from setuptools import setup, find_packages


version = '0.1.0'

setup(
name='pybigcommerce',
version='0.1.0',
version=version,

packages=find_packages(),
install_requires=['requests>=2.20.0'],

url='https://github.com/bigcommerce/bigcommerce-api-python',
download_url='https://pypi.python.org/packages/source/b/bigcommerce/bigcommerce-{}.tar.gz'.format(VERSION),
url='https://github.com/JamessenLiu/pybigcommerce',

author='Jamessen.Liu',
author_email='[email protected]',
Expand All @@ -34,4 +32,4 @@
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development :: Libraries :: Python Modules'
],
)
)

0 comments on commit 939d3a5

Please sign in to comment.