Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #172 Update skyapi 0.27.0 #174

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from

Conversation

isaacvr
Copy link

@isaacvr isaacvr commented Oct 31, 2019

Fixes #172

Changes:

Does this change need to mentioned in CHANGELOG.md?

Yes

@m4yk3ldev m4yk3ldev self-assigned this Dec 6, 2019
@m4yk3ldev m4yk3ldev added this to In progress in FiberCrypto wallet - Iteration 1 via automation Dec 6, 2019
@m4yk3ldev m4yk3ldev added this to the 0.27.0 milestone Dec 6, 2019
@@ -26,24 +24,17 @@

REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]

script_dirname = path.abspath(path.dirname(__file__))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stdevHan pls don't remove this lines

Comment on lines 41 to 48
keywords="skycoin crypto coin currency blockchain REST API",
setup_requires=["pytest-runner"],
tests_require=REQUIRES,
keywords=["OpenAPI", "OpenAPI-Generator", "Skycoin REST API."],
install_requires=REQUIRES,
packages=find_packages(),
packages=find_packages(exclude=["test", "tests"]),
include_package_data=True,
long_description=long_description,
long_description_content_type="text/markdown"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or any of this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants