Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Mar 30, 2020
1 parent 0efaf67 commit 653970e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 193 deletions.
188 changes: 0 additions & 188 deletions README.rst

This file was deleted.

2 changes: 1 addition & 1 deletion homoglyphs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# main package info
__title__ = 'Homoglyphs'
__version__ = '1.3.5'
__version__ = '2.0.0'
__author__ = 'Gram Orsinium'
__license__ = 'MIT'

Expand Down
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
setup(
long_description=readme,
name='homoglyphs',
version='1.3.5',
version='2.0.0',
description='Homoglyphs',
python_requires='>=2.7',
project_urls={'homepage': 'https://github.com/life4/homoglyphs'},
python_requires='>=3.5',
project_urls={"homepage": "https://github.com/life4/homoglyphs"},
author='orsinium',
author_email='master_fess@mail.ru',
license='MIT',
Expand All @@ -41,6 +41,7 @@
'Topic :: Software Development :: Libraries :: Python Modules'
],
packages=['homoglyphs'],
package_data={'homoglyphs': ['*.json']},
package_dir={"": "."},
package_data={"homoglyphs": ["*.json"]},
install_requires=[],
)

0 comments on commit 653970e

Please sign in to comment.