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

Commit

Permalink
Working release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevo committed Mar 26, 2021
1 parent cf5ba53 commit a84ed06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions MANIFEST

This file was deleted.

1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include pyflarum *
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import setuptools
import glob


with open("README", "r", encoding="utf-8") as fh:
Expand All @@ -8,12 +9,11 @@
setuptools.setup(
name = 'pyFlarum',
packages = ['pyflarum'],
package_dir={'pyflarum': 'pyflarum/**/*'},

long_description=long_description,
long_description_content_type="text/markdown",

version = 'v0.0.1-beta',
version = 'v0.1-beta',
license='GPLv3',
description = "An unofficial Python package for manipulating with Flarum's API",
keywords = ['Flarum', 'forum software', 'api', "Flarum api", "bot", "userbot"],
Expand Down

0 comments on commit a84ed06

Please sign in to comment.