Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Aug 30, 2018
1 parent c134085 commit cf8c30b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gnosis/safe/tests/test_safe_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
GAS_PRICE = settings.SAFE_GAS_PRICE


class TestHelpers(TestCase, TestCaseWithSafeContractMixin):
class TestSafeService(TestCase, TestCaseWithSafeContractMixin):
@classmethod
def setUpTestData(cls):
cls.prepare_safe_tests()
Expand Down
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
# This allows easy placement of apps within the interior
# gnosisdb directory.
current_path = os.path.dirname(os.path.abspath(__file__))
sys.path.append(os.path.join(current_path, 'django_eth_events'))
sys.path.append(os.path.join(current_path, 'gnosis'))

execute_from_command_line(sys.argv)
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
]

setup(
name='django-eth',
version='0.2.3',
name='gnosis-py',
version='0.1.0',
packages=find_packages(),
install_requires=requirements,
include_package_data=True,
license='MIT License',
description='Ethereum utilities for Django and Django Rest projects',
description='Gnosis libraries for Python Projects',
long_description=README,
url='https://github.com/gnosis/django-eth',
url='https://github.com/gnosis/gnosis-py',
author='Uxío',
author_email='[email protected]',
keywords=['ethereum', 'django', 'rest', 'gnosis'],
Expand Down

0 comments on commit cf8c30b

Please sign in to comment.